Page 1 of 1

[RESOLVED] ABE Flash exception?

Posted: Sat Nov 08, 2014 12:38 pm
by Archdeacon
Noscript ABE: I am trying to allow only 1 Flash embedding on a page but now i get a button which I have to click to get the script to run. Is there any way
of having this run automatically or is this the default result?

Site .example.com
Accept from .clocklink.com

Re: ABE Flash exception?

Posted: Sat Nov 08, 2014 5:32 pm
by barbaz
about:config -> noscript.allowedMimeRegExp ?

Re: ABE Flash exception?

Posted: Sun Nov 09, 2014 12:02 am
by Archdeacon
Many thanks, sir. I had missed that one; but a final simple question: what separator do I use to create more than one entry should I eventually need it?

Re: [RESOLVED] ABE Flash exception?

Posted: Mon Nov 10, 2014 3:36 am
by Thrawn
I believe it's a comma, but try whitespace as well.

Re: [RESOLVED] ABE Flash exception?

Posted: Mon Nov 10, 2014 5:26 am
by barbaz
Sorry I missed that question before :oops:
It's a regular expression, so basically the separator is "|". So, to specify multiple sites for allowing Flash:

Code: Select all

application/x-shockwave-flash@https?://somesi\.te|https?://someothersi\.te|https?://somethirdsi\.te
("nicer" version: )

Code: Select all

application/x-shockwave-flash@https?://(?:somesi\.te|someothersi\.te|somethirdsi\.te)
To separate multiple mime types, use a single whitespace:

Code: Select all

application/pdf application/x-shockwave-flash@https?://somesi\.te WebGL@https?://someothersi\.te