We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could the GM.addElement API be added which would allow elements such as script elements to be added into the page bypassing CSP?
The text was updated successfully, but these errors were encountered:
Referring to #106, there currently seems to be no feasible way to bypass the severely restricted CSP in Safari.
CSP
Sorry, something went wrong.
Isn't it done in the iOS version of tampermonkey?
Have you actually tested this on your own?
We don't have access to the extension, and it's not open source, so we don't know in what way it bypasses CSP if it's implemented.
If you know, new knowledge is always welcome.
Would the way it bypasses CSP in safari be different from how it does it in other browsers?
Yes, it's not the same, the relevant APIs are lacking in Safari and have tighter restrictions.
No branches or pull requests
Could the GM.addElement API be added which would allow elements such as script elements to be added into the page bypassing CSP?
The text was updated successfully, but these errors were encountered: