From aa53f4319b658e0b8478e307088bcab0008038c7 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 5 Sep 2006 18:20:14 +0000 Subject: [PATCH] Sorted alphabetically, fixed spelling mistakes and shortened some descriptions. --- templates/edit-actions-for-url | 485 ++++++++++++++++----------------- 1 file changed, 240 insertions(+), 245 deletions(-) diff --git a/templates/edit-actions-for-url b/templates/edit-actions-for-url index d1153320..aa352457 100644 --- a/templates/edit-actions-for-url +++ b/templates/edit-actions-for-url @@ -32,6 +32,10 @@ # # Revisions : # $Log: edit-actions-for-url,v $ +# Revision 1.36 2006/08/14 08:29:17 fabiankeil +# Split filter-headers{} into filter-client-headers{} +# and filter-server-headers{}. +# # Revision 1.35 2006/08/03 02:46:42 david__schmidt # Incorporate Fabian Keil's patch work: http://www.fabiankeil.de/sourcecode/privoxy/ # @@ -472,6 +476,67 @@ function show_send_wafer_opts(tf) block Block the request + + + + + content-type-overwrite + Replace Content-Type header. By default it only applies to + text documents, but if you know what you're doing you + can enable force-text-mode to modify binary content types as well. + + +   +   +   +   + New Content-Type:
+ + + + + + + crunch-client-header + Remove header(s) matching the supplied pattern. + + +   +   +   +   + Header string to suppress:
+ + + + + + + crunch-if-none-match + Remove If-None-Match header. Useful for filter testing + and to make sure the header can't be used to track your visits. + + crunch-outgoing-cookies Prevent the website from reading cookies from your system. + + + + + crunch-server-header + Remove server header(s) matching the supplied pattern. + + +   +   +   +   + Header string to suppress:
+ + + - - - - - inspect-jpegs - Checks jpeg images for malicious content. - @@ -590,154 +665,29 @@ function show_send_wafer_opts(tf) @filter-params@ - - - handle-as-image - Request is for an image (only useful in conjunction with the block - and set-image-blocker actions). - - - - - - hide-forwarded-for-headers - Block any existing X-Forwarded-for header, and do not add a new one. - - - - - - hide-if-modified-since - Remove or randomize If-Modified-Since header. - - -   -   -   -   - - Useful for filter testing.
- - hour(s). - To appreciate this option a small amount of paranoia is required, - but at least in theory the If-Modified-Since header could be used - to keep track of your visits. - - - - - overwrite-last-modified - Remove or randomize If-Modified-Since header. - - -   -   -   -   - - Useless.
- -
- -
- - + filter-client-headers + Apply filters to the client headers as well. Only enable this if you know what you're doing. - - - crunch-if-none-match - Remove If-None-Match header to circumvent browser cache. Useful for filter testing, - but hurts performance. - - - - content-type-overwrite - Replace Content-Type header. Useful to let the browser render broken - XHTML as broken - HTML. By default it only applies to - text documents, if you know what you're doing you - can enable force-text-mode to modify binary content types as well. - - -   -   -   -   - New Content-Type:
- + filter-server-headers + Apply filters to the server headers as well. Only enable this if you know what you're doing. @@ -771,71 +721,22 @@ function show_send_wafer_opts(tf) Block with an empty document instead of an Image or HTML message. The empty document contains only a space and can safely be parsed as JavaScript or Style Sheet. Use content-type-overwrite to specify the - Content-Type, default is test/html. - - - - - - - - treat-forbidden-connects-like-blocks - - Answer forbidden Connect requests with the usual block message. - May be a protocol violation, but makes unblocking easier. + Content-Type, default is text/html. - - - - - - crunch-client-header - Remove header(s) matching the supplied pattern. Together with add-header you can - build a custom header replacement action. - - -   -   -   -   - Header string to suppress:
- - - crunch-server-header - Remove server header(s) matching the supplied pattern. - - -   -   -   -   - Header string to suppress:
- + handle-as-image + Request is for an image (only useful in conjunction with the block + and set-image-blocker actions). - This isn't the option you're looking for.
+