Warning: A custom content_security_policy needs additional review

Hello,

I got this warning into the validation result of AMO checking process :

“content_security_policy” is defined in the manifest.json
Warning: A custom content_security_policy needs additional review.

My mainifest.json has :

“content_security_policy”: “script-src ‘self’”,

Why did you add that? I’m pretty sure this CSP is not even accepted by Firefox, so this entry won’t have any effect.

Unless you have a reason to disallow all object-srces, which is what this would do if Firefox does accept it, just remove it.

1 Like

Ok, thanks for noticing