From 676e19e1219636d6c0ddd2ab93e02451e87fb9b1 Mon Sep 17 00:00:00 2001 From: David Hu <81270448+D4v1dH03@users.noreply.github.com> Date: Thu, 13 May 2021 20:26:31 -0700 Subject: Fix Web/HTTP/CORS/Errors/CORSMissingAllowOrigin, zh-CN (#818) Correct translation errors --- files/zh-cn/web/http/cors/errors/corsmissingalloworigin/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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
Access-Control-Allow-Origin: https://amazing.site
 
-

您还可以使用"*"通配符配置站点使得允许任何站点访问它。您应该只将它用于公共的API。私有API永远不应使用"*",而应设置特定的一个域或一些域。此外,通配符仅适用于将{{htmlattrxref("crossorigin")}} 属性设置为"c"的请求。

+

您还可以使用"*"通配符配置站点使得允许任何站点访问它。您应该只将它用于公共的API。私有API永远不应使用"*",而应设置特定的一个域或一些域。此外,通配符仅适用于将{{htmlattrxref("crossorigin")}} 属性设置为"anonymous"的请求。

Access-Control-Allow-Origin: *
-- cgit v1.2.3-54-g00ecf