projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b501f2a
)
Fix spelling of FEATURE_HTTPS_INSPECTION
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 5 Jun 2020 14:05:51 +0000
(16:05 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 5 Jun 2020 14:24:01 +0000
(16:24 +0200)
... so the action editor actually allows to set
https-inspection and ignore-certificate-errors.
Reported by: Roland
cgiedit.c
patch
|
blob
|
history
diff --git
a/cgiedit.c
b/cgiedit.c
index
14886d4
..
a9e4b0e
100644
(file)
--- a/
cgiedit.c
+++ b/
cgiedit.c
@@
-2782,7
+2782,7
@@
jb_err cgi_edit_actions_for_url(struct client_state *csp,
#ifndef FEATURE_EXTERNAL_FILTERS
if (!err) err = map_block_killer(exports, "external-content-filters");
#endif
-#ifndef FEATURE_HTTP_INSPECTION
+#ifndef FEATURE_HTTP
S
_INSPECTION
if (!err) err = map_block_killer(exports, "https-inspection");
#endif