Page 1 of 1

[chrome] Whitelisting sites globally

Posted: Wed Nov 11, 2015 6:33 pm
by svogelsong
Hi

How do we configure a white list for Adblock Plus within the Google apps for education site where we push the app out> When I go to the app to mange I thought there would be options to white list sites globally but there is not.

Re: Whitelisting sites globally

Posted: Wed Nov 11, 2015 6:40 pm
by mapx
in adblock plus:

-go to the site you want to whitelist
-click ABP icon, click "Enabled on this site"

Re: Whitelisting sites globally

Posted: Wed Nov 11, 2015 6:48 pm
by svogelsong
Hi

That is per machine they can do that but I'm talking from the Google management console I want to as an administrator white list sites that we are having trouble with pages being blocked that shouldn't and I want to push that list out to all 1700 Chroembooks in our organizational unit.

Re: Whitelisting sites globally

Posted: Wed Nov 11, 2015 6:54 pm
by mapx
You could add on all those systems a new (custom) list hosted on some server (dropbox for example).
When you want to whitelist a site simply add a new rule to that list, so all the systems will "see" it.

rules like:
@@||example.com^$document

The custom list should have a header like easylist for example:
https://easylist-downloads.adblockplus.org/easylist.txt

Code: Select all

[Adblock Plus 2.0]
! Title: Education list
! Last modified: 11 Nov 2015 17:50 UTC
! Expires: 4 days (update frequency)
! Homepage: https://server.com

Re: [chrome] Whitelisting sites globally

Posted: Wed Nov 11, 2015 7:16 pm
by svogelsong
Great! Not knowing any of the syntax if I wanted to simply allow the site myaccess.com what would that look like? I don;t know what the @@ and so on mean. And in the header the update frequency of 4 days what does that do?

Re: [chrome] Whitelisting sites globally

Posted: Wed Nov 11, 2015 7:27 pm
by mapx
svogelsong wrote:Great! Not knowing any of the syntax if I wanted to simply allow the site myaccess.com what would that look like? I don;t know what the @@ and so on mean. And in the header the update frequency of 4 days what does that do?
@@ means whitelisting an element / page / whatever
@@||myaccess.com^$document

frequency would be the interval ABP download again that list

see more about filters:
en/filters

about whitelisting
en/filters#whitelist

Re: [chrome] Whitelisting sites globally

Posted: Thu Aug 23, 2018 9:49 am
by michelmau5
mapx wrote:
svogelsong wrote:Great! Not knowing any of the syntax if I wanted to simply allow the site myaccess.com what would that look like? I don;t know what the @@ and so on mean. And in the header the update frequency of 4 days what does that do?
@@ means whitelisting an element / page / whatever
@@||myaccess.com^$document

frequency would be the interval ABP download again that list

see more about filters:
en/filters

about whitelisting
en/filters#whitelist
How do I push all users to add the custom filter to their adblockplus automatically?

Re: [chrome] Whitelisting sites globally

Posted: Sat Nov 09, 2019 10:26 am
by Ballarde
Thank you mapx. :D :D :D