Page 1 of 1

[RFE/ACCEPTED] Enhanced Object Whitelisting

Posted: Tue Jun 01, 2010 6:55 pm
by Gregyski
Hello,

Would it be possible to extend noscript.allowedMimeRegExp such that the allowed object can be restricted to specific sites? For example, if I want to allow the audio/x-amzxml object only at Amazon I'd like to put in something like:

Code: Select all

audio/x-amzxml@http://www.amazon.com
Right now, to my knowledge, I have to allow audio/x-amzxml on all sites. I realize the likelihood of someone exploiting this is minimal, maybe even trivial, in this one case, but there are other situations where it might be used (e.g. PDFs) where opening it for all sites would be much riskier.

Including this functionality in the GUI might be nice as well for some folks, but using about:config doesn't bother me.

Thank you,
Greg

Re: Enhanced Object Whitelisting

Posted: Tue Jun 01, 2010 8:45 pm
by Giorgio Maone
It sounds like a nice idea, thanks.

Re: Enhanced Object Whitelisting

Posted: Wed Jun 02, 2010 5:26 am
by Gregyski
Thanks very much!