aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/attributes/crossorigin
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/attributes/crossorigin')
-rw-r--r--files/zh-cn/web/html/attributes/crossorigin/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/attributes/crossorigin/index.html b/files/zh-cn/web/html/attributes/crossorigin/index.html
index 9beb44e652..3b1c57e78d 100644
--- a/files/zh-cn/web/html/attributes/crossorigin/index.html
+++ b/files/zh-cn/web/html/attributes/crossorigin/index.html
@@ -1,6 +1,6 @@
---
title: CORS settings attributes
-slug: Web/HTML/CORS_settings_attributes
+slug: Web/HTML/Attributes/crossorigin
tags:
- Advanced
- CORS
@@ -12,6 +12,7 @@ tags:
- img &video
- script &link
translation_of: Web/HTML/Attributes/crossorigin
+original_slug: Web/HTML/CORS_settings_attributes
---
<p><span class="seoSummary">在HTML5中,一些 HTML 元素提供了对 <a href="/en-US/docs/HTTP/Access_control_CORS">CORS</a> 的支持, 例如</span> {{ HTMLElement("audio") }}、{{ HTMLElement("img") }}、{{ HTMLElement("link") }}、{{ HTMLElement("script") }} 和 {{ HTMLElement("video") }} <span class="seoSummary">均有一个跨域属性 (<code>crossOrigin</code> property),它允许你配置元素获取数据的 CORS 请求。</span> </p>