Introduced this file to hold user-defined rules
[privoxy.git] / user.action
diff --git a/user.action b/user.action
new file mode 100644 (file)
index 0000000..f35a446
--- /dev/null
@@ -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
+