X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fedit-actions-for-url;h=238ee9a3e5d6571c9cb1a18d0bf0ad98ed1270ab;hp=f4b6ff96d4dc5e38072605c2722d2d9487a37f09;hb=41a08949498020a8f9ec18c08e16141057ebd546;hpb=68b322072bd0c1db8aca5df74601eb18c6bfaac5 diff --git a/templates/edit-actions-for-url b/templates/edit-actions-for-url index f4b6ff96..238ee9a3 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.53 2008/03/28 15:13:45 fabiankeil +# Remove inspect-jpegs action. +# +# Revision 1.52 2008/03/15 14:52:36 fabiankeil +# Add CGI editor support for the "disable all filters of this type" +# directives "-client-header-filter", "-server-header-filter", +# "-client-header-tagger" and "-server-header-tagger". +# +# 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. @@ -433,18 +444,6 @@ function show_limit_connect_opts(tf) target.style.display = (tf ? "" : "none"); } -function show_send_wafer_opts(tf) -{ - if (document.getElementById) { - target = document.getElementById("send_wafer_opts"); - } else if (document.all) { - target = document.send_wafer_opts; - } else { - return; - } - target.style.display = (tf ? "" : "none"); -} - //--> @@ -552,10 +551,32 @@ function show_send_wafer_opts(tf) - + +   + + + 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@ - - - - - - inspect-jpegs - Checks jpeg images for malicious content. - - - - - - kill-popups - Filter the website through a built-in filter to disable many JavaScript - pop-up windows. Not recommended. - - +   + name="server_header_filter_all" id="server_header_filter_all_n" value="N" @server-header-filter-all-n@ > - send-vanilla-wafer - Adds a special wafer (standard cookie) to all your requests. Not recommended. + name="server_header_filter_all" id="server_header_filter_all_x" value="X" @server-header-filter-all-x@ > + 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@ - +   + name="server_header_tagger_all" id="server_header_tagger_all_n" value="N" @server-header-tagger-all-n@ > - send-wafer - Adds user-specified cookies. - - -   -   -   -   - Editing the settings for this option, or turning - it on if it was off, is not yet supported using this web-based - editor. + name="server_header_tagger_all" id="server_header_tagger_all_x" value="X" @server-header-tagger-all-x@ > + 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-filter-params@ @server-header-tagger-params@ -