-
Notifications
You must be signed in to change notification settings - Fork 63
CSP issues on Chrome 130+ #23
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
Comments
The quickest fix I could come up with [after trying a bunch of things with Vite's plug-ins & unsuccessfully following your HackIssue846 example], the quickest fix I came up with is to modify package.json's build: |
Thanks MJ, heres a platform agnostic solution for windows users too Inside update-manifest.js (in root directory)
Inside package.json modify script: |
Is there any way to also fix it using the |
When loading blank.org I'm greeted with a blank page and a console error:
Workaround:
set
"use_dynamic_url": false
in dist/manifest.jsonAs far as I've gathered, there's no simple way to just tell crxjs to set "use_dynamic_url" to false. But I could be wrong, and I only did limited amount of research
Some helpful references:
crxjs/chrome-extension-tools#918
pnd280/complexity#7
P.S. Thank you for this project. A very useful out-of-the-box solution, nvm the bug above.
The text was updated successfully, but these errors were encountered: