Page 1 of 1

Allow third party site only for one domain

Posted: Thu Jan 14, 2010 8:32 pm
by noz
Hello,

Instead of a lousy explanation here is an example: I'd like to allow javascript for gstatic.com only when I'm browsing maps.google.com
Is there a way to add this to the whitelist?

For example, in adblock the filter would be "@@gstatic.com$domain=maps.google.com"

Thanks

Re: Allow third party site only for one domain

Posted: Sat Jan 16, 2010 7:51 pm
by therube
I believe this is it, & I don't really understand all the workings, & if something should be in SYSTEM or USER, but ...

Allow gstatic.com (into NoScript's whitelist).

Then in ABE, SYSTEM

Code: Select all

Site gstatic.com
Accept from maps.google.com
Deny
Note that the Allow is a "global" allow, if you will, but its' scope is limited to only maps.google.com by ABE.

Re: Allow third party site only for one domain

Posted: Sun Jan 17, 2010 5:57 pm
by noz
Thanks a lot therube, it's working (as a USER rule in ABE).