Content Security Policy on Mozilla extension
问题 I have an extension in both Mozilla and Chrome, in my extension I make a call to a remote JS file. To avoid the CSP in Chrome, I add the rule to manifest.json and my file goin over HTTPS so everything is perfect. But in Mozilla, I could not find out how to load the JS. Even over https dont work. The only thing I found on this was another question here on Stackoverflow: How to add Content Security Policy to Firefox extension, but are not sure where to insert that code, my extension its very