You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
I think it's important to be able to have strict security policies since XSS can easily become rampant across web pages and have devastating effects on users.
The text was updated successfully, but these errors were encountered:
+1 this is causing me an issue when I am working on CSP
Was there a reason that line was written like that in the first place?
Removing it seems totally fine for my application.
jonashaag
added a commit
to jonashaag/web3.js
that referenced
this issue
Apr 19, 2018
With the following content security policy: Content Security Policy directive: "default-src 'self'
The following becomes an issue:
I think it's important to be able to have strict security policies since XSS can easily become rampant across web pages and have devastating effects on users.
The text was updated successfully, but these errors were encountered: