-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support individual CSP rules #4751
Comments
+1 |
It'd be helpful if we could list which CSP directives were introduced after the initial level 3 specification was released. Some new directives are:
Proposed directives: |
For reference, here's other issues related to individual CSP directives support:
|
wasm-unsafe-eval is supposedly in Chrome 97. It was also implemented in WebKit in February, but I can't see a Safari release tag that applies to the commit. It may be in iOS 15.4/Mac OS X 10.15.6, which have not yet been tagged, or a later release. |
Another feature worth including is external hashes, which essentially let you declare a list of allowed SRI hashes. |
I think it would be nice if I could look for the individual directive and see which browser they apply to. I.e. I could search for new Level 3 individual directive like
script-src-elem
.Thank You.
The text was updated successfully, but these errors were encountered: