[Privoxy-commits] [privoxy] 03/05: Stop unblocking .org/.*(image|banner) which appears to be too generous
User Git
git at git.privoxy.org
Sun Jul 10 05:55:30 UTC 2022
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 71789b204bd4cd041241bcee5fc0a69c505d1808
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Jul 8 17:35:31 2022 +0200
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.
---
default.action.master | 3 ---
1 file changed, 3 deletions(-)
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list