Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[20210628] SRI(Subresource Integrity) #161

Open
JuHyun419 opened this issue Jun 28, 2021 · 0 comments
Open

[20210628] SRI(Subresource Integrity) #161

JuHyun419 opened this issue Jun 28, 2021 · 0 comments
Labels

Comments

@JuHyun419
Copy link
Owner

SRI(Subresource Integrity)

https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity

  • 허위 자원 무결성 확인
  • 브라우저가 가져오는 리소스(ex: CDN)가 중간에 내용이 변조되어 실행되는지 해시값을 비교하여 브라우저 차원에서 방지하기 위해 만들어짐(최신 브라우저에서 지원)
  • 아래 사이트에서 SRI Hash 값을 만들수 있음

https://www.srihash.org/

image

@JuHyun419 JuHyun419 added the Web label Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant