X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.c;h=53587e9509c48cccbe7c799c8b53b76056119cf8;hp=75182199e9f74b322b43918c5ac94ddc1b31b464;hb=23445442f4bf0aa0bcf6e35df09daf8ef0d69d99;hpb=c83713758e9465e03ec3b0228c433e6f2d843352 diff --git a/cgi.c b/cgi.c index 75182199..53587e95 100644 --- a/cgi.c +++ b/cgi.c @@ -457,7 +457,7 @@ static int referrer_is_safe(const struct client_state *csp) log_error(LOG_LEVEL_ERROR, "Denying access to %s. No referrer found.", csp->http->url); } - else if ((0 == strncmp(referrer, CGI_PREFIX, sizeof(CGI_PREFIX)-1)) + else if ((0 == strncmp(referrer, CGI_PREFIX_HTTP, sizeof(CGI_PREFIX_HTTP)-1)) #ifdef FEATURE_HTTPS_INSPECTION || (0 == strncmp(referrer, CGI_PREFIX_HTTPS, sizeof(CGI_PREFIX_HTTPS)-1)) || (0 == strncmp(referrer, alt_prefix_https, strlen(alt_prefix_https))) @@ -1277,7 +1277,7 @@ jb_err cgi_error_unknown(const struct client_state *csp, static const char body_suffix[] = "

\n" "

Please " - "" + "" "file a bug report.

\n" "\n" "\n"; @@ -2216,11 +2216,7 @@ struct map *default_exports(const struct client_state *csp, const char *caller) if (!err) err = map(exports, "homepage", 1, html_encode(HOME_PAGE_URL), 0); if (!err) { - err = map(exports, "default-cgi", 1, html_encode( -#ifdef FEATURE_HTTPS_INSPECTION - client_use_ssl(csp) ? CGI_PREFIX_HTTPS : -#endif - CGI_PREFIX), 0); + err = map(exports, "default-cgi", 1, html_encode(CGI_PREFIX), 0); } if (!err) err = map(exports, "menu", 1, make_menu(csp, caller), 0); if (!err) err = map(exports, "code-status", 1, CODE_STATUS, 1); @@ -2235,11 +2231,7 @@ struct map *default_exports(const struct client_state *csp, const char *caller) /* Manual is delivered by Privoxy. */ if (!err) { - err = map(exports, "user-manual", 1, html_encode( -#ifdef FEATURE_HTTPS_INSPECTION - client_use_ssl(csp) ? CGI_PREFIX_HTTPS"user-manual/" : -#endif - CGI_PREFIX"user-manual/"), 0); + err = map(exports, "user-manual", 1, html_encode(CGI_PREFIX"user-manual/"), 0); } } if (!err) err = map(exports, "actions-help-prefix", 1, ACTIONS_HELP_PREFIX ,1); @@ -2457,11 +2449,7 @@ char *make_menu(const struct client_state *csp, const char *self) * the "blocked" template's JavaScript. */ string_append(&result, "