[RESOLVED] Need help allowing objects in allowedMimeRegExp
Posted: Tue Nov 15, 2016 2:05 pm
Hi everyone,
I know there are already topics about this and I'm sorry for any redundancy. I tried to set up rules in about:config -> noscript.allowedMimeRegExp in hopes to permanently allow blocked objects like flash on certain domains, but I just can't get it to work. A good example is:
Check out this video url as an example. Is there something wrong with the RegEx I use? I'm honestly not very experienced in this regard. Or do I have to do something differently (or additionaly) in order to allow the flash content?
In NoScript options > Embeddings I have Adobe Flash forbidden if that helps
Btw, putting image/vnd.djvu (only that, without domain) into noscript.allowedMimeRegExp works just fine: All DjVu-files will turn up in the reader-plugin immediately without any problems.
Thank you
I know there are already topics about this and I'm sorry for any redundancy. I tried to set up rules in about:config -> noscript.allowedMimeRegExp in hopes to permanently allow blocked objects like flash on certain domains, but I just can't get it to work. A good example is:
Code: Select all
shockwave-flash@https?://.*\.spiegel\.de
In NoScript options > Embeddings I have Adobe Flash forbidden if that helps

Btw, putting image/vnd.djvu (only that, without domain) into noscript.allowedMimeRegExp works just fine: All DjVu-files will turn up in the reader-plugin immediately without any problems.
Thank you