forked from ETS-Next-Gen/writing_observer
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
While working on implementing static routing in the extension, I encountered the following error:
Refused to load the script 'chrome-extension://dd22fb34-def7-4d8a-8ad8-703ab09681c4/inject.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.
A screenshot is shown below:
I first encountered the error using the code at this commit, but the error persisted even when I reverted back to this earlier commit.
