You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a week, I have been receiving below error when I'm trying to use my extension which was working fine. I did not make any change in the code.
Refused to load the script 'chrome-extension://2a0537bb-6706-4dfa-b5f7-c1675289a43c/assets/src/entries/contentScript/primary/main.d2e7ec72.js' because it violates the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules' http://localhost:* http://127.0.0.1:*". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.
The script mentioned above is the bundled script file generated by running vite build
A question has been posted regarding this in stack-overflow.
The text was updated successfully, but these errors were encountered:
Since a week, I have been receiving below error when I'm trying to use my extension which was working fine. I did not make any change in the code.
The script mentioned above is the bundled script file generated by running
vite build
A question has been posted regarding this in stack-overflow.
The text was updated successfully, but these errors were encountered: