Writing an exception filter

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
antistress
Posts: 2
Joined: Sat Dec 01, 2018 4:42 pm

Writing an exception filter

Post by antistress »

Hi,

I'd like to forbid requests to googleapis.com domain (including fonts.googleapis.com for instance) but still to allow requests to ajax.googleapis.com (so that decentraleyes add-on can take that request and redirect it to its internal JS scripts supply - see https://git.synz.io/Synzvato/decentrale ... -Questions)

Please, tell me if this is the good syntax :

@@||ajax.googleapis.com
*googleapis.com

Thanks !
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Writing an exception filter

Post by mapx »

Code: Select all

@@||ajax.googleapis.com^
||googleapis.com^
antistress
Posts: 2
Joined: Sat Dec 01, 2018 4:42 pm

Re: Writing an exception filter

Post by antistress »

Many thanks :)
Post Reply