From 40e38c5f8e699f801e09ed311890f56e41fecef1 Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 24 Apr 2002 02:20:24 +0000 Subject: [PATCH] Introduced this file to hold user-defined rules --- user.action | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 user.action diff --git a/user.action b/user.action new file mode 100644 index 00000000..f35a4467 --- /dev/null +++ b/user.action @@ -0,0 +1,32 @@ +###################################################################### +# +# File : $Source: $ +# +# $Id: $ +# +# Purpose : User-maintained actions file, see +# http://www.privoxy.org/faq/questions.html#CONFIGFILES +# +###################################################################### + +# This is the place to add your personal exceptions and additions to +# the general policy. (Here they will be safe from updates to the +# "main" actions file, default.action. + +# Say you've seen an ad on your favourite page on example.com that +# you want to get rid of. You have right-clicked the image, selected +# "copy image location" and pasted the URL below, into a { +block } +# section. Note that { +handle-as-image } need not be specified, +# since all URLs ending in .gif will be tagged as images by the +# general rules in default.action anyway: +# +{ +block } +www.example.com/nasty-ads/sponsor.gif + +# Say the site where you do your homebanking needs to open +# popup windows, but you have chosen to kill popups by +# default. This will allow it for your-example-bank.com: +# +{ -filter{popups} -kill-popups } +.your-example-bank.com + -- 2.39.2