[Privoxy-users] feature suggestion - button editing of per-site permissions

Lee ler762 at gmail.com
Sun Sep 19 16:03:11 UTC 2021


On 9/19/21, Ian Silvester  wrote:
>
> I'd be interested in hearing what other developers think, but my take on
> what you've outlined in your post would require implementing a whole
> additional configuration layer to manage which 'undesirable' sites are being
> filtered, per web site, and then to develop and maintain a database of
> 'degree of breakage' for each pairing of site and undesirable. That sounds
> like quite an undertaking.

Ian,

It seems like way too much work for a minimal gain.  Especially
considering most people have
  enable-edit-actions 0
in their privoxy config.


Steven,

Have you tried adding an "unblock.action" actionsfile to privoxy?

I got tired of dealing with adblock hostfile providers that kept
blocking sites I didn't want blocked, so I've got
$ grep '^action' config.txt
actionsfile match-all.action # Actions that are applied to all sites
and maybe overruled later on.
actionsfile default.action   # Main actions file
actionsfile user.action      # User customizations
actionsfile blocksites.action   # my list of sites to block
actionsfile lightswitch-hosts.action
actionsfile unified-hosts.action
actionsfile unblock.action

unblock.action is listed last and whatever is { -block }'ed in there "wins".

Lee


More information about the Privoxy-users mailing list