From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 8 Jul 2022 15:35:31 +0000 (+0200)
Subject: Stop unblocking .org/.*(image|banner) which appears to be too generous
X-Git-Tag: v_3_0_34~92
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/developer-manual/@default-cgi@/static/@default-cgi@show-status?a=commitdiff_plain;h=71789b204bd4cd041241bcee5fc0a69c505d1808;p=privoxy.git

Stop unblocking .org/.*(image|banner) which appears to be too generous

It let requests like:
https://stats.noblogs.org/piwik.php?action_name=anti%20gentrifizierungs%20fest&idsite=10175&rec=1&r=220192&h=17&m=7&s=44&url=https%3A%2F%2Fmuellemcalling.noblogs.org%2F&urlref=https%3A%2F%2Fmuellemcalling.noblogs.org%2Finfostande%2F&_id=&_idn=1&_refts=0&send_image=0&cookie=1&res=1366x768&pv_id=eqr7jX&pf_net=7&pf_srv=3&pf_tfr=2281&pf_dm1=156
pass.

The example URL http://www.gnu.org/graphics/gnu-head-banner.png is
already unblocked due to .gnu.org being unblocked.
---

diff --git a/default.action.master b/default.action.master
index ddb733c6..47506d91 100644
--- a/default.action.master
+++ b/default.action.master
@@ -773,9 +773,6 @@ support./(.*/)?track
 .gov
 .hs-*.de
 .fh-*.de
-#MASTER# REMARKS: Try to avoid harmless names in non-commercial organizations. Added 10/24/06
-# URL = http://www.gnu.org/graphics/gnu-head-banner.png
-.org/.*(image|banner)
 
 #############################################################################
 # Catch-all for false-positives that are just TOO obvious to let go