diff options
author | David Hu <81270448+D4v1dH03@users.noreply.github.com> | 2021-05-13 20:26:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 11:26:31 +0800 |
commit | 676e19e1219636d6c0ddd2ab93e02451e87fb9b1 (patch) | |
tree | 20864331d0063c07bcdce8fae28bcaff1e5f2a70 /files/zh-cn/web/http/cors | |
parent | e2bc9a12a68bd713a2a49de5315649b9d660e54a (diff) | |
download | translated-content-676e19e1219636d6c0ddd2ab93e02451e87fb9b1.tar.gz translated-content-676e19e1219636d6c0ddd2ab93e02451e87fb9b1.tar.bz2 translated-content-676e19e1219636d6c0ddd2ab93e02451e87fb9b1.zip |
Fix Web/HTTP/CORS/Errors/CORSMissingAllowOrigin, zh-CN (#818)
Correct translation errors
Diffstat (limited to 'files/zh-cn/web/http/cors')
-rw-r--r-- | files/zh-cn/web/http/cors/errors/corsmissingalloworigin/index.html | 2 |
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> |