disable-javascript
disable-javascript copied to clipboard
Improve the handling of iframes
trafficstars
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.
Alternatively: Simply allow iframes to load scripts as well.