I developed an extension in react with a content script that injects into the DOM. It was functioning correctly in the previous Chrome version (129.0.6668.101). However, after updating to the latest version (130.0.6723.70), the content script has stopped working and is now throwing the following error. Could you please assist me in resolving this issue?
Refused to load the script 'chrome-extension://988e3aef-db63-41cd-9bd6-373b6be99ed0/assets/main.jsx-46268d1b.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.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/6e128d34-0a53-4213-90ed-5431b992a48bn%40chromium.org.