aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/security/subresource_integrity
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/security/subresource_integrity')
-rw-r--r--files/zh-cn/web/security/subresource_integrity/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/zh-cn/web/security/subresource_integrity/index.html b/files/zh-cn/web/security/subresource_integrity/index.html
index 86c80188c0..7a6d4b4756 100644
--- a/files/zh-cn/web/security/subresource_integrity/index.html
+++ b/files/zh-cn/web/security/subresource_integrity/index.html
@@ -1,6 +1,6 @@
---
title: Subresource Integrity
-slug: Web/Security/子资源完整性
+slug: Web/Security/Subresource_Integrity
tags:
- CORS
- SRI
@@ -8,6 +8,7 @@ tags:
- Subresource Integrity
- 子资源完整性
translation_of: Web/Security/Subresource_Integrity
+original_slug: Web/Security/子资源完整性
---
<p><strong>子资源完整性</strong>(SRI)是允许浏览器检查其获得的资源(例如从 <a href="/en-US/docs/Glossary/CDN">CDN</a> 获得的)是否被篡改的一项安全特性。它通过验证获取文件的哈希值是否和你提供的哈希值一样来判断资源是否被篡改。</p>