diff --git a/files/ko/glossary/sri/index.md b/files/ko/glossary/sri/index.md new file mode 100644 index 00000000000000..15451532e3232f --- /dev/null +++ b/files/ko/glossary/sri/index.md @@ -0,0 +1,14 @@ +--- +title: 하위 자원 무결성 (Subresource Integrity, SRI) +slug: Glossary/SRI +l10n: + sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 +--- + +{{GlossarySidebar}} + +**하위 자원 무결성 (Subresource Integrity, SRI)** 은 브라우저가 가져오는 파일(예, {{Glossary("CDN")}})이 예기치 않은 조작없이 전달되는지 확인할 수 있는 보안 기능입니다. 가져온 파일이 일치해야 하는 암호화 해시를 제공할 수 있게 함으로써 작동합니다. + +## 같이 보기 + +- [하위 자원 무결성](/ko/docs/Web/Security/Subresource_Integrity)