1

I have developed an extension which contains a dynamic form with single input and a '+' button. I have written inline javascript html on click event but the content security policy keeps on refusing the inline event handler to work. Where do I need to modify the CSP so that my inline script gets executed ? The ways I tried are replacing unsafe-eval with unsafe-inline and the other way is removing content_security_policy in manifest.json. Even i tried changing manifest_version to 1 but none of them worked.

0 Answers0