X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fedit-actions-for-url;h=a79850db2fc15bd714aa95b9c7741a8016ed38d6;hb=c5a40240177ba7f8e30cdac6de6c15a3ddfeca54;hp=53825180739e71e4b6193af231297dffdffbd05b;hpb=7759e9a72652fe7e10f8596212865d8b2cd22ad4;p=privoxy.git diff --git a/templates/edit-actions-for-url b/templates/edit-actions-for-url index 53825180..a79850db 100644 --- a/templates/edit-actions-for-url +++ b/templates/edit-actions-for-url @@ -6,8 +6,8 @@ # particular section in an actions file. # # -# Copyright : Written by and Copyright (C) 2001-2012 the -# Privoxy team. http://www.privoxy.org/ +# Copyright : Written by and Copyright (C) 2001-2020 the +# Privoxy team. https://www.privoxy.org/ # # Original Author: Copyright (C) 2001 Jonathan Foster # http://www.jon-foster.co.uk/ @@ -69,7 +69,7 @@ - + @@ -138,18 +138,6 @@ function set_image_blocker_param_disable(tf) } } -function show_add_header_opts(tf) -{ - if (document.getElementById) { - target = document.getElementById("add_header_opts"); - } else if (document.all) { - target = document.add_header_opts; - } else { - return; - } - target.style.display = (tf ? "" : "none"); -} - function show_deanimate_opts(tf) { if (document.getElementById) { @@ -285,27 +273,29 @@ function show_limit_connect_opts(tf) Action Description +@add-header-params@ + name="new_string_action_H_r0" value="Y" + > + name="new_string_action_H_r0" value="N" + > + name="new_string_action_H_r0" value="X" checked + > add-header Adds HTTP headers. - +         - Editing the settings for this option, or turning - it on if it was off, is not yet supported using this web-based - editor. + HTTP client header to add:
+ + +
+ +   + + + client-body-filter * + Filter the client request body. + You can use the radio buttons on this line to disable + all client-body filters applied by previous rules, and/or + you can enable or disable the filters individually below. + +@client-body-filter-params@   + + + + + delay-response + Send the response in ca. 10 byte chunks and delay each chunk. + + +   +   +   +   + Number of milliseconds to delay chunks:
+ + + @@ -935,6 +960,42 @@ function show_limit_connect_opts(tf) + + + + + + + https-inspection + + Enable content and header filtering for https requests. + + + + + + + + ignore-certificate-errors + + Don't verify certificates when forwarding encrypted requests. + + + + + @server-header-tagger-params@ +@suppress-tag-params@ + + + + + suppress-tag + Suppress tag. + + +   +   +   +   + Tag to suppress:
+ + + + + -#include mod-support-and-service +#include mod-local-help + - -#include mod-local-help +#include mod-support-and-service - @@ -1198,7 +1283,6 @@ if (document.getElementById) { document.getElementById("hide_referrer_param").disabled = !(document.getElementById("hide_referrer_mode_set").checked); document.getElementById("set_image_blocker_param").disabled = !(document.getElementById("set_image_blocker_mode_set").checked); - show_add_header_opts (document.getElementById("add_header_y").checked); show_deanimate_opts (document.getElementById("deanimate_gifs_y").checked); show_hide_from_header_opts(document.getElementById("hide_from_header_y").checked); show_hide_referrer_opts (document.getElementById("hide_referrer_y").checked); @@ -1212,7 +1296,6 @@ if (document.getElementById) { document.myform.hide_referrer_param.disabled = !(document.myform.hide_referrer_mode_set.checked); document.myform.set_image_blocker_param.disabled = !(document.myform.set_image_blocker_mode_set.checked); - show_add_header_opts (document.myform.add_header_y.checked); show_deanimate_opts (document.myform.deanimate_gifs_y.checked); show_hide_from_header_opts (document.myform.hide_from_header_y.checked); show_hide_referrer_opts (document.myform.hide_referrer_y.checked);