From git at git.privoxy.org Fri Sep 5 14:30:55 2025 From: git at git.privoxy.org (User Git) Date: Fri, 05 Sep 2025 14:30:55 +0200 Subject: [Privoxy-commits] [privoxy] branch master updated (863f2b68 -> 9de37941) Message-ID: <175707545544.37700.12374655597611944614@privoxy-git> This is an automated email from the git hooks/post-receive script. git pushed a change to branch master in repository privoxy. from 863f2b68 tests/cts/gzip-compression/data/test13: Fix repetitive sequence by adding a missing % new 3a407479 Disable fast-redirects for report.error-report.com/ new 33b60dc0 Disable filter{banners-by-size} for .jwz.org/ new 63d78f8b Use new vanity onion address for the privoxy.org onion service new 9de37941 Regenerate homepage with new vanity onion service address The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: default.action.master | 4 ++++ doc/source/developer-manual.sgml | 2 +- doc/source/user-manual.sgml | 2 +- doc/source/webserver/index.sgml | 2 +- doc/webserver/index.html | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at git.privoxy.org Fri Sep 5 14:30:57 2025 From: git at git.privoxy.org (User Git) Date: Fri, 05 Sep 2025 14:30:57 +0200 Subject: [Privoxy-commits] [privoxy] 02/04: Disable filter{banners-by-size} for .jwz.org/ In-Reply-To: <175707545544.37700.12374655597611944614@privoxy-git> References: <175707545544.37700.12374655597611944614@privoxy-git> Message-ID: <20250905123056.A4A7E13CC1@git.privoxy.org> This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository privoxy. commit 33b60dc013b4d4ab58de28e9399ecd3a054c95bc Author: Fabian Keil AuthorDate: Wed Aug 27 12:05:28 2025 +0200 Disable filter{banners-by-size} for .jwz.org/ --- default.action.master | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.action.master b/default.action.master index 951bc36b..51e4442b 100644 --- a/default.action.master +++ b/default.action.master @@ -2498,6 +2498,8 @@ freebsdfoundation.org/ .freiheitsfoo.de/ # URL = https://github.com/AFLplusplus/AFLplusplus/ github.com/ +# URL = https://www.jwz.org/blog/2025/08/the-pigs-who-stare-at-crosswalks/ +.jwz.org/ {-filter{banners-by-link}} # Sticky Actions = -filter{banners-by-link} -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at git.privoxy.org Fri Sep 5 14:30:58 2025 From: git at git.privoxy.org (User Git) Date: Fri, 05 Sep 2025 14:30:58 +0200 Subject: [Privoxy-commits] [privoxy] 03/04: Use new vanity onion address for the privoxy.org onion service In-Reply-To: <175707545544.37700.12374655597611944614@privoxy-git> References: <175707545544.37700.12374655597611944614@privoxy-git> Message-ID: <20250905123057.31CB913D69@git.privoxy.org> This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository privoxy. commit 63d78f8bc7db3adeb92f0a33270dc8a13e0eee68 Author: Fabian Keil AuthorDate: Fri Sep 5 14:18:08 2025 +0200 Use new vanity onion address for the privoxy.org onion service --- doc/source/developer-manual.sgml | 2 +- doc/source/user-manual.sgml | 2 +- doc/source/webserver/index.sgml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 197556ff..8f48814c 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -2757,7 +2757,7 @@ git clone ssh://git at git.privoxy.org:23/git/OSXPackageBuilder.git mirrored on the Privoxy websites (https://www.privoxy.org/ and - http://l3tczdiiwoo63iwxty4lhs6p7eaxop5micbn7vbliydgv63x5zrrrfyd.onion/). + http://privoxy5wtwbtk4wwyrdbg6oxeghvhghghmokcx2iawydkqmaztfbbid.onion/). This is usually done by Fabian who uses a couple of shell functions for this that aren't documented or published yet. diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 3c5f5893..1427950b 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -6020,7 +6020,7 @@ example.com/.*toChange=(?!bar) i[0-9][0-9][0-9][0-9]*/ # Redirect requests for the old Tor Hidden Service of the Privoxy website to the new one -{+redirect{s@^http://jvauzb4sb3bwlsnc.onion/@http://l3tczdiiwoo63iwxty4lhs6p7eaxop5micbn7vbliydgv63x5zrrrfyd.onion/@}} +{+redirect{s@^http://jvauzb4sb3bwlsnc.onion/@http://privoxy5wtwbtk4wwyrdbg6oxeghvhghghmokcx2iawydkqmaztfbbid.onion/@}} jvauzb4sb3bwlsnc.onion/ # Redirect remote requests for this manual diff --git a/doc/source/webserver/index.sgml b/doc/source/webserver/index.sgml index cab5b94f..ea7b4f90 100644 --- a/doc/source/webserver/index.sgml +++ b/doc/source/webserver/index.sgml @@ -157,7 +157,7 @@ The Privoxy website is also available as - Tor onion service. + Tor onion service. ]]> -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at git.privoxy.org Fri Sep 5 14:30:56 2025 From: git at git.privoxy.org (User Git) Date: Fri, 05 Sep 2025 14:30:56 +0200 Subject: [Privoxy-commits] [privoxy] 01/04: Disable fast-redirects for report.error-report.com/ In-Reply-To: <175707545544.37700.12374655597611944614@privoxy-git> References: <175707545544.37700.12374655597611944614@privoxy-git> Message-ID: <20250905123056.3E2E813D66@git.privoxy.org> This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository privoxy. commit 3a40747911c1622101691528c1a442a6d9029a62 Author: Fabian Keil AuthorDate: Tue Aug 26 18:51:33 2025 +0200 Disable fast-redirects for report.error-report.com/ --- default.action.master | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.action.master b/default.action.master index 6ddd6018..951bc36b 100644 --- a/default.action.master +++ b/default.action.master @@ -2319,6 +2319,8 @@ accounts.bahn.de/ .creator-spring.com/_next/image # URL = https://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%3Fid%3DOIP.JNbKidcpiIxSgywXqxj1GAHaFC%26pid%3DApi&f=1&ipt=3754158f389c998b95c12d25e257114f092a3830762e99ba45a66f75b9a0cd3f&ipo=images duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion/ +# URL = https://report.error-report.com/modal?eventId=&error=Failed%20to%20fetch%20script%3A%20Error%3A%20Error%3A%20script%20malformed.%20source%20length%3A%20401759%2C%20X-Length%3A%20401622&domain=as.slashdot.org&urlhttps%3A%2F%2Fyro.slashdot.org%2Fstory%2F25%2F08%2F26%2F0354217%2Fclass-action-lawsuit-targets-movie-ownership +report.error-report.com/ {+redirect{s at .*url=@http://@} -block} # Sticky Actions = +redirect -block -- To stop receiving notification emails like this one, please contact the administrator of this repository. From git at git.privoxy.org Fri Sep 5 14:30:59 2025 From: git at git.privoxy.org (User Git) Date: Fri, 05 Sep 2025 14:30:59 +0200 Subject: [Privoxy-commits] [privoxy] 04/04: Regenerate homepage with new vanity onion service address In-Reply-To: <175707545544.37700.12374655597611944614@privoxy-git> References: <175707545544.37700.12374655597611944614@privoxy-git> Message-ID: <20250905123058.06FAE13D6B@git.privoxy.org> This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository privoxy. commit 9de379418c7f85aec0b64665615829e6bc553af6 Author: Fabian Keil AuthorDate: Fri Sep 5 14:22:22 2025 +0200 Regenerate homepage with new vanity onion service address --- doc/webserver/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/webserver/index.html b/doc/webserver/index.html index d7a5bd3b..7da31fc7 100644 --- a/doc/webserver/index.html +++ b/doc/webserver/index.html @@ -91,7 +91,7 @@

The Privoxy website is also available as Tor onion + "http://privoxy5wtwbtk4wwyrdbg6oxeghvhghghmokcx2iawydkqmaztfbbid.onion/" target="_top">Tor onion service.

Copyright © 2001-2025 by Privoxy Developers

Hosting and development is funded in part by:

-- To stop receiving notification emails like this one, please contact the administrator of this repository.