Page 1 of 1

[RESOLVED] Need help allowing objects in allowedMimeRegExp

Posted: Tue Nov 15, 2016 2:05 pm
by wupna
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:

Code: Select all

shockwave-flash@https?://.*\.spiegel\.de
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

Re: Need help allowing objects in noscript.allowedMimeRegExp

Posted: Tue Nov 15, 2016 5:43 pm
by barbaz
The MIME type for Flash is

Code: Select all

application/x-shockwave-flash

Re: Need help allowing objects in noscript.allowedMimeRegExp

Posted: Tue Nov 15, 2016 6:06 pm
by wupna
Oh my :oops: Yes, this works now! Thank you.

Re: Need help allowing objects in noscript.allowedMimeRegExp

Posted: Tue Nov 15, 2016 6:16 pm
by barbaz
You're welcome! Image