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
Using Chrome Beta 130 and I have started getting the following error while the extension tires to start:
Refused to load the script 'chrome-extension://82f4afa8-5c67-41c6-bde0-f31887f3fb17/assets/content.ts-CfJfSHwP.js' because it violates the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.
(anonymous) @ content.ts-loader-CDQca05a.js:8
It seems a misconfiguration of Manifest V3 for the CSP policies.
Unfortunately i can't go back to Chrome stable, but I believe it has\will get the same behaviour when v130 lands in stable.
The text was updated successfully, but these errors were encountered:
Thank you for catching that! I have a workaround fix in version 1.0.1 if you want to test on your end. I submitted this to the Chrome Web Store already and am just waiting for Google to review it.
Using Chrome Beta 130 and I have started getting the following error while the extension tires to start:
It seems a misconfiguration of Manifest V3 for the CSP policies.
Unfortunately i can't go back to Chrome stable, but I believe it has\will get the same behaviour when v130 lands in stable.
The text was updated successfully, but these errors were encountered: