X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fedit-actions-for-url;h=aa3524576d6602c3f9a9a54f21599fb9ba275865;hb=3db608d678dddf5a31ce0913d3b352089ac44e31;hp=f97c33ae5cc21637767378747457be5a01c5c881;hpb=72081f829de368392d04076728f8c991178c0080;p=privoxy.git diff --git a/templates/edit-actions-for-url b/templates/edit-actions-for-url index f97c33ae..aa352457 100644 --- a/templates/edit-actions-for-url +++ b/templates/edit-actions-for-url @@ -32,6 +32,17 @@ # # 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/ +# +# Revision 1.34 2006/07/18 14:49:13 david__schmidt +# Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) +# with what was really the latest development (the v_3_0_branch branch) +# # Revision 1.29.2.5 2004/10/05 03:17:26 david__schmidt # Typo: inspect_jpegs, not inspect-jpegs in form # @@ -465,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. - @@ -536,7 +618,8 @@ function show_send_wafer_opts(tf) name="downgrade_http_version" value="N" @downgrade-http-version-n@> - downgrade-http-version + downgrade-http-version Change HTTP/1.1 requests to HTTP/1.0. Only change if you know what you're doing! @@ -553,7 +636,20 @@ function show_send_wafer_opts(tf) fast-redirects Bypass some click-tracking URLs. - + +   +   +   +   + + +
+ +   @filter-params@ + + + + + filter-client-headers + Apply filters to the client headers as well. Only enable this if you know what you're doing. + + + + + + filter-server-headers + Apply filters to the server headers as well. Only enable this if you know what you're doing. + + + + + + + force-text-mode + + Enable filtering on documents whose Content-Type wasn't recognized as text. + Do think twice, nothing is alright. + + + + + + + handle-as-empty-document + + 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 text/html. + + Request is for an image (only useful in conjunction with the block and set-image-blocker actions). + + + + + hide-accept-language + Pretend to have different language settings. (Makes a fake User-Agent more believable, + but can lead to foreign content.) + + +   +   +   +   + +
+
+
+ + + + + + + hide-content-disposition + Block or overwrite the content-disposition header. Useful to view a document inside the browser, + even if you were supposed to save it first, or to change the suggested file name. + + +   +   +   +   + +
+
+
+ + + + + + + + + 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. + + + Fake as this web address:
+ value="@hide-referrer-param@">
+
+ + + + + inspect-jpegs + Checks jpeg images for malicious content. + - kill-popups + kill-popups Filter the website through a built-in filter to disable many JavaScript pop-up windows. @@ -723,6 +1005,44 @@ function show_send_wafer_opts(tf) + + + + + overwrite-last-modified + Remove or randomize If-Modified-Since header. + + +   +   +   +   + +
+ +
+ + + + + + + + + redirect + Redirect to another address. + + +   +   +   +   + Address to redirect to:
+ + + + + + + + treat-forbidden-connects-like-blocks + + Answer forbidden Connect requests with the usual block message. + Makes unblocking easier, but the go there anyway link will not work + as expected. + +