X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fedit-actions-for-url;h=a3e10970c52c32fb7f31fc1483e94d2b18b4adf3;hp=6e5e55db3ca531b988abc5cd61ed1a321d27499d;hb=f4107f65b676b63a199fe4230e58695757f9f199;hpb=7d6a731e174342aec42a91aa3886ad9f2ef835c8 diff --git a/templates/edit-actions-for-url b/templates/edit-actions-for-url index 6e5e55db..a3e10970 100644 --- a/templates/edit-actions-for-url +++ b/templates/edit-actions-for-url @@ -6,7 +6,7 @@ # particular section in an actions file. # # -# Copyright : Written by and Copyright (C) 2001-2007 the SourceForge +# Copyright : Written by and Copyright (C) 2001-2008 the SourceForge # Privoxy team. http://www.privoxy.org/ # # Original Author: Copyright (C) 2001 Jonathan Foster @@ -32,6 +32,20 @@ # # Revisions : # $Log: edit-actions-for-url,v $ +# Revision 1.51 2008/03/07 16:46:49 fabiankeil +# Reword limit-connect{} entry. +# +# Revision 1.50 2008/03/04 18:30:44 fabiankeil +# Remove the treat-forbidden-connects-like-blocks action. We now +# use the "blocked" page for forbidden CONNECT requests by default. +# +# Revision 1.49 2008/03/01 14:00:47 fabiankeil +# Let the block action take the reason for the block +# as argument and show it on the "blocked" page. +# +# Revision 1.48 2007/12/11 21:18:55 fabiankeil +# Make forward-override accessible through the CGI editor. +# # Revision 1.47 2007/12/06 18:21:55 fabiankeil # Update hide-forwarded-for-headers description. # @@ -532,10 +546,41 @@ function show_send_wafer_opts(tf) block Block the request. - + +   +   +   +   + Block reason to tell the user:
+ + + + +   + + + client-header-filter * + Filter the client headers. + You can use the radio buttons on this line to disable + all client-header filters applied by previous rules, and/or + you can enable or disable the filters individually below. + @client-header-filter-params@ + +   + + + client-header-tagger * + Create tags based on the client headers. + You can use the radio buttons on this line to disable + all client-header taggers applied by previous rules, and/or + you can enable or disable the taggers individually below. + @client-header-tagger-params@ - limit-connect - Specify which ports are allowed for SSL (HTTP CONNECT) access. - Note that this allows arbitrary tunnelling. + Limit which ports are allowed in HTTP CONNECT requests. These requests are + used to tunnel SSL and other protocols through HTTP proxies.         - Legal SSL ports (comma separated, ranges allowed):
+ Legal ports (comma separated, ranges allowed):
@@ -1249,10 +1294,32 @@ function show_send_wafer_opts(tf) it on if it was off, is not yet supported using this web-based editor. - + +   + + + server-header-filter * + Filter the server headers. + You can use the radio buttons on this line to disable + all server-header filters applied by previous rules, and/or + you can enable or disable the filters individually below. + @server-header-filter-params@ + +   + + + server-header-tagger * + Create tags based on the server headers. + You can use the radio buttons on this line to disable + all server-header taggers applied by previous rules, and/or + you can enable or disable the taggers individually below. + @server-header-tagger-params@ - - - - - - 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. - -