aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/http
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/http')
-rw-r--r--files/zh-cn/web/http/cors/errors/corsmissingalloworigin/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/http/cors/errors/corsmissingalloworigin/index.html b/files/zh-cn/web/http/cors/errors/corsmissingalloworigin/index.html
index 9be945f1f4..39638e4790 100644
--- a/files/zh-cn/web/http/cors/errors/corsmissingalloworigin/index.html
+++ b/files/zh-cn/web/http/cors/errors/corsmissingalloworigin/index.html
@@ -24,7 +24,7 @@ translation_of: Web/HTTP/CORS/Errors/CORSMissingAllowOrigin
<pre>Access-Control-Allow-Origin: https://amazing.site
</pre>
-<p>您还可以使用<code>"*"</code>通配符配置站点使得允许任何站点访问它。您应该只将它用于公共的API。私有API永远不应使用<code>"*"</code>,而应设置特定的一个域或一些域。此外,通配符仅适用于将{{htmlattrxref("crossorigin")}} 属性设置为<code>"c"</code>的请求。</p>
+<p>您还可以使用<code>"*"</code>通配符配置站点使得允许任何站点访问它。您应该只将它用于公共的API。私有API永远不应使用<code>"*"</code>,而应设置特定的一个域或一些域。此外,通配符仅适用于将{{htmlattrxref("crossorigin")}} 属性设置为<code>"anonymous"</code>的请求。</p>
<pre>Access-Control-Allow-Origin: *</pre>