From: oes Date: Wed, 24 Apr 2002 02:20:24 +0000 (+0000) Subject: Introduced this file to hold user-defined rules X-Git-Tag: v_3_0_branchpoint~245 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=40e38c5f8e699f801e09ed311890f56e41fecef1 Introduced this file to hold user-defined rules --- 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 +