dpacassi / disable-javascript

Adds the ability to disable JavaScript on specific sites.
MIT License
272 stars 34 forks source link

CSP Errors with localhost and FF extension enabled (but not blocking JS) #74

Closed todditron closed 4 years ago

todditron commented 4 years ago

I am just reporting this issue here because it took me a long time to hunt down.

In my local development environment, I was getting these baffling Content Security Policy (CSP) errors. (It is a Rails + Webpacker + IOS in case that matters)

No changes to adjustments CSP on the server side helped and I was not having this issue in other browsers.

Eventually I disabled all FireFox extensions and re-enabled them one-by-one until disable-javascript revealed itself as the culprit.

image

todditron commented 4 years ago

(I can't reproduce now, so closing this.)