Chrome Extension – Content Security Policy – executing inline code
No, this is not possible to relax this policy. unsafe-inline is specifically ignored by Chrome Extensions since manifest version 2. Documentation (emphasis mine): There is no mechanism for relaxing the restriction against executing inline JavaScript. In particular, setting a script policy that includes ‘unsafe-inline’ will have no effect. The error message mentions several possible ways, … Read more