[Privoxy-users] Whitelist full URLs in HTTPS traffic with Privoxy

Thibault Bartolone bartol_78 at yahoo.com
Wed Jan 15 12:46:01 CET 2025


Hello everyone

I managed to configure Privoxy to intercept HTTPS traffic:- generated CA and certs in Privoxy- configured Firefox to use the proxy and installed the CA cert- FF reaches HTTPS sites transparently through Privoxy without any problem.
Now what I want is block all HTTP/HTTPS traffic, and just allow ONE HTTPS URL (not one domain, one full URL):ALLOW https://acme.org/urlthingBLOCK everything else

Here's my configuration:
/etc/privoxy/config# Commented out existing config to have the minimal thing:#actionsfile match-all.action#actionsfile default.action#actionsfile user.action#actionsfile regression-tests.action
# this included file is recognized, because it has an impact on my testactionsfile myrules.action
/etc/privoxy/myrules.action{ +https-inspection -block }acme.org/urlthing
{ +https-inspection +block }/Nothing works, all site are blocked, whatever I do. I tried infinite variations of the above (removing/adding block or https-inspection, changing + to - )
I don't find any example of a working configuration online.
Any help appreciated, thanks in advance!



More information about the Privoxy-users mailing list