Refused to execute inline script because it violates the following Content Security Policy directive
Opened this issue · 0 comments
It doesn't work, the extension' gets errors like these:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-W0KbNXedcciKZXGaVObFywPiwKn+zsVAb85MEnke0SQ='), or a nonce ('nonce-...') is required to enable inline execution.
Refused to execute inline script 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:*". Either the 'unsafe-inline' keyword, a hash ('sha256-W0KbNXedcciKZXGaVObFywPiwKn+zsVAb85MEnke0SQ='), or a nonce ('nonce-...') is required to enable inline execution.
What's the solution for this?