Skip to content
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

doesn't work on some sites due to CSP #2

Open
lilyanatia opened this issue Feb 19, 2023 · 1 comment · May be fixed by #22
Open

doesn't work on some sites due to CSP #2

lilyanatia opened this issue Feb 19, 2023 · 1 comment · May be fixed by #22

Comments

@lilyanatia
Copy link

on some sites, CSP prevents creating a worker from a blob, which breaks this extension:

Refused to create a worker from 'blob:https://[redacted]' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'worker-src' was not explicitly set, so 'default-src' is used as a fallback.

Uncaught (in promise) DOMException: Failed to construct 'Worker': Access to the script at 'blob:https://[redacted]' is denied by the document's Content Security Policy.

@Mhowser
Copy link

Mhowser commented Jun 10, 2023

Bump, got the same error while trying to fork a repo on Github.
image

@zamfofex zamfofex linked a pull request Jun 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants