Post Reply 
Path Blocking with Metacharacters
Oct. 28, 2015, 10:25 AM (This post was last modified: Dec. 08, 2017 10:19 PM by Faxopita.)
Post: #18
RE: Path Blocking Using Wildcard Characters
Interesting block list from Denis Szalkowski; originally built for Silent Block add-on:
  1. Source list: contentblock-regex.txt
  2. Related article to source list: Silent Block : un Internet sans publicité (an Internet without ads)

See Privoxy-related version in .ZIP attachment below. Last section #Domaines of source list has been discarded in this version though. If you'd like those banned domains as well, visit source list and convert them to Privoxy syntax. Example:
Code:
(\.|/|%2F)coremetrics\.com(/|$|%2F|:) # Privoxy: .coremetrics.com

—–-

Unzip attachment and call DSzalkowski.action file in Privoxy's config file. Call it before user.action file.

Activate and review Privoxy logfile to fix browsing issues. Clear it daily—for example, with a cron job—so it doesn't inflate indefinitely. Otherwise, you would need to stop and re-enable Privoxy logging every time you encounter a browsing issue. You can grep lines containing Blocked: actions.

Make sure debug 1024 is not commented out in config file. If you want to create (and share) your own rules, logging and monitoring Privoxy requests is useful…

Add exceptions under { -block }. Often, you do not need to free the whole domain but the path leading to or hosting the legitimate item.

-–—

Last update: November 2016

-–—

Minuscule donations are always appreciated…
Code:
BTC --> 34WKogWorDoReJ2MSxw8rTsrGD87VMAPJY
BCH --> 1AXwyMdtMFZktZPvXScC58ESUZXptmjvge
DASH -> XusJsETR6PwDnG4Gde7cvGeRhXzUJFSxtD
ETH --> 0xb829FA99AA9AB31C32590dbc88B837bC5D91453e
ETC --> 0x059F128357331c346Ad2E23F95a4639beC3f0b3a
LTC --> MK7vxk93A1M6HHAYT38W8NPJSb8zANqCia
ZEC --> t1JNCuxdZEWUPBQiAzxZPUMqb4BM87sxs9H
DOGE -> DBPAUuCaez4JYGobAn4RHNNhFXwa9u1W6N
STRAT > SgG6jAHuxQfzW1QBaWyQRVdCdSq514BcyM


Attached File(s)
.zip  DSzalkowski.zip (Size: 7.16 KB / Downloads: 745)
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Path Blocking with Metacharacters - Faxopita - Aug. 10, 2015, 10:19 PM
RE: Path Blocking Using Wildcard Characters - Faxopita - Oct. 28, 2015 10:25 AM

Forum Jump: