remove CORS doc

This commit is contained in:
James Feng Cao 2022-10-27 10:08:38 +08:00
parent d559a9b550
commit 4a71bfda3b
7 changed files with 6 additions and 18 deletions

View file

@ -72,8 +72,6 @@
<p>远程脚本配置文件default.rjs每行格式如下 (url部分支持js代码运算)<br>
[远程脚本名]:[返回url数组的javascript代码]</p>
<p>其中url可以为本地http脚本地址。譬如'https://local/...' (<a href="../html5/index.html">本地html5应用</a><a href="../offlinecache/index.html">离线缓存</a>)。此时js脚本也可使用<a href="../links/index.html">.link文件</a>方式调用。</p>
<h4 id="cors-cross-origin-resource-share白名单">CORS (Cross-Origin Resource Share)白名单</h4>
<p>&quot;<a href="../redirect/index.html">default.redirect</a>&quot;文件中放入需要允许的域名后面再跟两个冒号表示这个重定向实际上不发生作用。勾写选项“资源重定向”后可无条件允许访问此域名的CORS请求。</p>
</div>