X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=user.filter;h=f462e7dc8a1b16561f0093b6bf38c7d18ca9ae62;hp=b138ff29d5b66647048c8e5c59d038da5a5d7a2c;hb=34a6a841e529579e2be4457ea0d4cb1befbc840a;hpb=9ef142653b0e898d489fbd701c0f0a4b2e8b8273 diff --git a/user.filter b/user.filter index b138ff29..f462e7dc 100644 --- a/user.filter +++ b/user.filter @@ -1,21 +1,19 @@ # ******************************************************************** -# -# File : $Source: /cvsroot/ijbswa/current/user.filter,v $ -# -# $Id: user.filter,v 1.2 2006/07/18 14:48:47 david__schmidt Exp $ +# +# File : user.filter # # Purpose : Rules to process the content of web pages -# -# Copyright : Written by and Copyright (C) 2006-2008 the -# Privoxy team. http://www.privoxy.org/ +# +# Copyright : Written by and Copyright (C) 2006-2020 the +# Privoxy team. https://www.privoxy.org/ # # We value your feedback. However, to provide you with the best support, # please note: -# +# # * Use the support forum to get help: -# http://sourceforge.net/tracker/?group_id=11118&atid=211118 +# https://sourceforge.net/p/ijbswa/support-requests/ # * Submit bugs only thru our bug forum: -# http://sourceforge.net/tracker/?group_id=11118&atid=111118 +# https://sourceforge.net/p/ijbswa/bugs/ # Make sure that the bug has not already been submitted. Please try # to verify that it is a Privoxy bug, and not a browser or site # bug first. If you are using your own custom configuration, please @@ -23,16 +21,14 @@ # related bug. And if not using the latest development snapshot, # please try the latest one. Or even better, CVS sources. # * Submit feature requests only thru our feature request forum: -# http://sourceforge.net/tracker/?atid=361118&group_id=11118&func=browse -# -# For any other issues, feel free to use the mailing lists: -# http://sourceforge.net/mail/?group_id=11118 -# +# https://sourceforge.net/p/ijbswa/feature-requests/ +# +# For any other issues, feel free to use the mailing lists. # Anyone interested in actively participating in development and related # discussions can join the appropriate mailing list here: -# http://sourceforge.net/mail/?group_id=11118. Archives are available +# https://lists.privoxy.org/mailman/listinfo Archives are available # here too. -# +# ################################################################################# # # Syntax: @@ -54,7 +50,7 @@ # # Note2: In addition to the Perl options gimsx, the following nonstandard # options are supported: -# +# # 'U' turns the default to ungreedy matching. Add ? to quantifiers to # switch back to greedy. # @@ -63,7 +59,8 @@ # quoting. # # 'D' (Dynamic) allows the use of variables. Supported variables are: -# $host, $origin (the IP address the request came from), $path and $url. +# $host, $listen-address, $origin (the IP address the request came +# from), $path and $url. # # Note that '$' is a bad choice as delimiter for dynamic filters as you # might end up with unintended variables if you use a variable name @@ -71,5 +68,5 @@ # escaping anything, therefore you also have to be careful not to chose # delimiters that appear in the replacement text. For example '<' should # be save, while '?' will sooner or later cause conflicts with $url. -# +# #################################################################################