X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fedit-actions-for-url;h=238ee9a3e5d6571c9cb1a18d0bf0ad98ed1270ab;hp=477efdcf7515708f9828ad61ab868282aaa4b6ee;hb=41a08949498020a8f9ec18c08e16141057ebd546;hpb=86a4423a5e84053a36fea6b04dc36776f5d0463e diff --git a/templates/edit-actions-for-url b/templates/edit-actions-for-url index 477efdcf..238ee9a3 100644 --- a/templates/edit-actions-for-url +++ b/templates/edit-actions-for-url @@ -32,6 +32,9 @@ # # 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", @@ -441,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"); -} - //--> @@ -1237,41 +1228,6 @@ function show_send_wafer_opts(tf) value="@redirect-param@"> - - - - - send-vanilla-wafer - Adds a special wafer (standard cookie) to all your requests. Not recommended. - - - - - - 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. -