Here is my problem: if I enable a website to use Javascript with NoScript, it also allows it to use the plugins, like Flash.
I want to have a second white-list under the Javascript's one, that would disable plugins and their detection using:
Code: Select all
navigator.mimeTypes["application/x-shockwave-flash"]
navigator.plugins
This functionality would be useful for websites that use HTML5 built-in video player as a fallback, with Flash by default: Firefox asks me if I want to enable Flash (click-to-play). So I have to let Flash disabled, to get the fallback. And then, if I want to use Flash, I enable it (with the click-to-play option and built-in white-list), and this is for every tabs.
I didn't find any add-on that blocks the detection thing (I sent a message to Flashblock devs) and I don't know which of my add-ons should implement this.
It may not fit well with NoScript (but having too many blockers slows down the navigator). In this case, I'd like to know if another add-on do this, or if you would be happy to have this in another add-on, and finally what can I read to start to make such Firefox add-on.
Thanks for your consideration.