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
In projects, with strict script-src rule, extension is failed to inject required code to window. Works in Chromium based browsers.
Fails with CSP violation error in console:
Content-Security-Policy: The page’s settings blocked an inline script (script-src-elem) from being executed because it violates the following directive: “script-src blob: <some urls> 'unsafe-eval' data: 'nonce-whp94kodcyq0oHWcdOIXsw==' <some urls>”
The text was updated successfully, but these errors were encountered:
In projects, with strict
script-src
rule, extension is failed to inject required code to window. Works in Chromium based browsers.Fails with CSP violation error in console:
The text was updated successfully, but these errors were encountered: