-
Notifications
You must be signed in to change notification settings - Fork 129
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
Content Security Policy Issue #93
Comments
My solution for build production remove
More Info here: crxjs/chrome-extension-tools#918 |
@trungpv1601 --
|
you can find the better solution here crxjs/chrome-extension-tools#918 (comment) remove all "use_dynamic_url" in the manifest.json build |
I might be saying something strange due to my ignorance... |
you can follow this ticket: crxjs/chrome-extension-tools#918 they discuss and working on it for dev env |
Thank you. I will observe the discussion for a while. After these issues are fixed, will it be resolved if Mr. Guocaoyi's create-chrome-ext is also fixed? In any case, I really love using this create-chrome-ext, so I would be happy if it can be resolved. Thank you for the quick response @trungpv1601 |
only for the production environment My solution: : In the in manifest.json: update all items under "web_accessible_resources": [
{
"use_dynamic_url": false
},
{
"use_dynamic_url": false
}
], get more info: github issue #918 and chromium issue |
Chrome 130 is now GA, which means every single chrome extension is now broken in production. The solution I use is to manually edit the output EDIT: Updating
|
I also updated the version of crxjs itself, and both dev and production are working. |
After I installed and run start:
i got an error:
maybe I need to update vite, to which version? |
@slc3a2 looks like ^3.2.11. I referenced that from the beta 28 release source code (https://github.com/crxjs/chrome-extension-tools/blob/0dac0e38cb8508ef2c861b84fd99ca78d5ef0565/packages/vite-plugin/package.json). Fixed it for me. |
I installed
After this, I updated nodejs from v14.15.3 to |
Anyone face with this issue in Google Chrome Canary v130
Make sure you use Google Chrome Canary v130
Thank you
The text was updated successfully, but these errors were encountered: