mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
remove CORS doc
This commit is contained in:
parent
d559a9b550
commit
4a71bfda3b
7 changed files with 6 additions and 18 deletions
|
@ -67,8 +67,6 @@
|
|||
[script name]:[javascript code to return url arrays]</p>
|
||||
<h4 id="allow-remote-js-on-csp-content-security-policy-sites">Allow remote js on CSP (Content Security Policy) sites</h4>
|
||||
<p>All remote js (default.rjs) are allowed to execute on CSP sites. Local js files without remote resource access work fine when under the folder "bookmarklet", others needs to be refered in default.rjs as http urls such as "https://local/..." (<a href="../html5/index.html">html5</a> or <a href="../offlinecache/index.html">offline cache</a>) .</p>
|
||||
<h4 id="allow-cors-cross-origin-resource-share">Allow CORS (Cross-Origin Resource Share)</h4>
|
||||
<p>Put a domain followed by "::" in the file "<a href="../redirect/index.html">default.redirect</a>" to allow CORS with the option "resource redirection".</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue