Add CSP and SRI for Enhanced Security #1023
iAnonymous3000
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Security Enhancements Needed
Content Security Policy (CSP)
index.html
.< meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self' https:; script-src 'self'; style-src 'self';">
Subresource Integrity (SRI)
index.html
.Beta Was this translation helpful? Give feedback.
All reactions