X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Factions-file.html;h=ed6ffe402479d28e49c8d3f56b2b6feb3edffa9c;hp=bb00c6694c093e70f47b00e6d1fa2525e807d461;hb=66237b3fc4eb5187c29d7bc598a87676db5b780b;hpb=07710938efbece9c2c3f6d4b5ccf6f66d1396f1b diff --git a/doc/webserver/user-manual/actions-file.html b/doc/webserver/user-manual/actions-file.html index bb00c669..ed6ffe40 100644 --- a/doc/webserver/user-manual/actions-file.html +++ b/doc/webserver/user-manual/actions-file.html @@ -7,7 +7,7 @@ NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79">Privoxy 3.0.11 User ManualPrivoxy 3.0.16 User Manual

8.1. Finding the Right Mix

8.2. How to Edit

Generally, an URL pattern has the form <domain>/<path>, where both the +><domain><port>/<path>, where the <domain> and , the <port> + and the <path> are - optional. (This is why the special are optional. (This is why the special + / pattern matches all - URLs). Note that the protocol portion of the URL pattern (e.g. - pattern matches all URLs). Note that the protocol + portion of the URL pattern (e.g. http://) should ) should + not be included in - the pattern. This is assumed already!

be included in the pattern. This is assumed already!

The pattern matching syntax is different for the domain and path parts of the URL. The domain part uses a simple globbing type matching technique, @@ -753,6 +756,20 @@ CLASS="QUOTE" > (POSIX 1003.2).

The port part of a pattern is a decimal port number preceded by a colon + (:). If the domain part contains a numerical IPv6 address, + it has to be put into angle brackets + (<, >).

:8000/

Matches any URL pointing to TCP port 8000. +

<2001:db8::1>/

Matches any URL with the host address 2001:db8::1. + (Note that the real URL uses plain brackets, not angle brackets.) +

index.html

8.4.1. The Domain Pattern

8.4.2. The Path Pattern

are, you definitely don't need to worry about this one.

Headers added by this action are not modified by other actions. +

Example usage:
hided-if-modified-sincehide-if-modified-since
to further customize your random range. @@ -6674,7 +6718,7 @@ CLASS="SECT3" >

8.5.34. Summary

8.7.1. match-all.action

8.7.2. default.action

8.7.3. user.action

\ No newline at end of file +>