X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Ffilter-file.html;h=6a1b5201314eb5c38cf1596a53410732dc042650;hp=99edd6cd48cc932f1fdd1f950325585147481270;hb=2a175c54f8556e7408c19fb215560a99de99e54f;hpb=01ef40fc50001c99d8a4457bf6501c72e22e43fc diff --git a/doc/webserver/user-manual/filter-file.html b/doc/webserver/user-manual/filter-file.html index 99edd6cd..6a1b5201 100644 --- a/doc/webserver/user-manual/filter-file.html +++ b/doc/webserver/user-manual/filter-file.html @@ -77,21 +77,21 @@ NAME="FILTER-FILE" >9. Filter Files

All text substitutions that can be invoked through the +> On-the-fly text substitutions that can be invoked through the filter action which - must first be defined in a action need + to be defined in a "filter file", such as - default.filter. Once defined, they + can then be invoked as an "action". Mulitple filter files can be defined through the filterfile config - option. The filters as supplied by the developers will be found in +> config directive. The filters + as supplied by the developers will be found in default.filter. It is recommended that any locally - defined or modified filters go in a separately defined file such as + defined or modified filters go in a separately defined file such as user.filter"roll your own" filters, you should be familiar with HTML syntax.

filters, you should first be familiar with HTML syntax, + and, of course, regular expressions. By default, filters are only applied + to the document content, but can be extended to the headers with + the supplemental actions: + filter-client-headers and + filter-server-headers.

Just like the

9.1. Filter File Tutorial

filter-server-headers

filter-client-headers