dpacassi / disable-javascript

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

Improve the handling of iframes #41

Open dpacassi opened 6 years ago

dpacassi commented 6 years ago

If I'm on domain A and there's an iframe of domain B, I can not enable or disable JS for the content of domain B with the button. Switching the state only enables/disables JS of domain A but not of the iframes.

We need to change this. We need to inform the user that certain JS have been enabled/disabled due to the iframe situation, independent from your current JS state for the current domain.

dpacassi commented 6 years ago

Alternatively: Simply allow iframes to load scripts as well.