Page 1 of 1

Sitekey

Posted: Mon Dec 01, 2014 3:42 pm
by baba
Hi,

I have read documentation about site key on adblock here? I could not get it clearly.

Is this for whitelisting domains? or to implement an adblock on a server side, rather than implementing on clients, for example typically on mobile side, where we do not want load with so much software and save bandwidth as well?

Thanks in Advance
Sai

Re: Sitekey

Posted: Mon Dec 01, 2014 3:52 pm
by mapx
the $sitekey option makes it possible to whitelist everything on a site that has the matching private key

examples here:
https://easylist-downloads.adblockplus. ... nrules.txt

Re: Sitekey

Posted: Mon Dec 01, 2014 4:27 pm
by baba
Thank You Mapx., Is there any module on node.js of adblock that can be implemented it on a proxy server :), just curious?

Re: Sitekey

Posted: Mon Dec 01, 2014 4:40 pm
by mapx
-it's libadblockplus library with the core functionality (used for example in abp for IE)
https://hg.adblockplus.org/libadblockplus/

but ....it's way better to use software like privoxy at server level: http://www.privoxy.org/

Re: Sitekey

Posted: Mon Dec 01, 2014 4:45 pm
by baba
Thank You very much for the reply! Ill see into both.