Hi guys, I am trying to write an extension for Chrome and I've stumbled into a security issue. I get the following error message:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' https://lvh.me:3000". Either the 'unsafe-inline' keyword, a hash ('sha256-eSfQRhteSlQwLyblZBiFx4pdpvFSsfB22IDT2h2qtWM='), or a nonce ('nonce-...') is required to enable inline execution. If I add the hash to the "content_security_policy" section in the manifest.json file, everything is fine but that makes it really hard to develop. I would like to find an easier way. Note that I am loading the extension into chrome via the local file system (not the store). Thanks, Cezar -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
