diff options
author | yjl68 <53028327+yjl68@users.noreply.github.com> | 2022-03-11 01:46:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 01:46:58 +0800 |
commit | 38052b3e991be5cf0f0c6bfed80d969a73aa7816 (patch) | |
tree | 0cca06c90718d95c4aea624c431ab7e978c08603 /files/zh-cn | |
parent | 03bcb1a7d706f634904b06d974aa9560feae79ef (diff) | |
download | translated-content-38052b3e991be5cf0f0c6bfed80d969a73aa7816.tar.gz translated-content-38052b3e991be5cf0f0c6bfed80d969a73aa7816.tar.bz2 translated-content-38052b3e991be5cf0f0c6bfed80d969a73aa7816.zip |
fix link (#4414)
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/web/security/same-origin_policy/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/security/same-origin_policy/index.html b/files/zh-cn/web/security/same-origin_policy/index.html index 983a40c3af..67b54322e1 100644 --- a/files/zh-cn/web/security/same-origin_policy/index.html +++ b/files/zh-cn/web/security/same-origin_policy/index.html @@ -121,7 +121,7 @@ translation_of: Web/Security/Same-origin_policy <h3 id="如何允许跨源访问"><strong>如何允许跨源访问</strong></h3> -<p>可以使用 <a href="https://developer.mozilla.org/zh-CN/docs/HTTP/Access_control_CORS">CORS</a> 来允许跨源访问。CORS 是 {{Glossary("HTTP")}} 的一部分,它允许服务端来指定哪些主机可以从这个服务端加载资源。</p> +<p>可以使用 <a href="https://developer.mozilla.org/zh-CN/docs/Web/HTTP/CORS">CORS</a> 来允许跨源访问。CORS 是 {{Glossary("HTTP")}} 的一部分,它允许服务端来指定哪些主机可以从这个服务端加载资源。</p> <h3 id="如何阻止跨源访问"><strong>如何阻止跨源访问</strong></h3> |