[Privoxy-commits] [privoxy] 09/19: cgi_show_url_info(): Remove special handling of "standard.action"

User Git git at git.privoxy.org
Mon Mar 16 07:54:57 CET 2026


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 43239177073b937b61742505b234037103676a84
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Mar 11 10:41:00 2026 +0100

    cgi_show_url_info(): Remove special handling of "standard.action"
---
 cgisimple.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cgisimple.c b/cgisimple.c
index d2735ca9..aca2ae75 100644
--- a/cgisimple.c
+++ b/cgisimple.c
@@ -1713,8 +1713,7 @@ jb_err cgi_show_url_info(struct client_state *csp,
 
       for (i = 0; i < MAX_AF_FILES; i++)
       {
-         if (NULL == csp->config->actions_file_short[i]
-             || !strcmp(csp->config->actions_file_short[i], "standard.action")) continue;
+         if (NULL == csp->config->actions_file_short[i]) continue;
 
          b = NULL;
          hits = 1;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list