aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/security/subresource_integrity
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
commitfc56124ac4eda6b3f0349c8a16fa750f27b4c7d6 (patch)
tree7089f49c5dcc5428f29711439ab79ac387caf44f /files/zh-cn/web/security/subresource_integrity
parent310fd066e91f454b990372ffa30e803cc8120975 (diff)
downloadtranslated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.gz
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.bz2
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.zip
unslug zh-cn: modify
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>