-
Notifications
You must be signed in to change notification settings - Fork 126
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
CSP #15
Comments
Wasn't aware of that and would love some pointers on how to deal with it. |
Thinking slower, I don't know any way we could affect this directives (that's their main purpose: avoid external scripts to be avoided) |
This should not be the case. The browsers may to be breaking from the actual CSP 1.0 spec, which states:
But the specs don't go into detail regarding such a situation. The problem is arising due to the bookmarklet loading an external script. Common sense says the bookmarklet being whitelisted should have all it's actions whitelisted as well, but that's not happening. There are some bug reports open for the following: Also, W3C email thread http://lists.w3.org/Archives/Public/public-webappsec/2014Jul/0061.html |
Hi!
Are you aware that your bookmarklet doesn't work with CSP implemented?
Ask if you need some help on that...
The text was updated successfully, but these errors were encountered: