aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-07-04 04:23:21 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-07-04 04:23:21 +0000
commit496f9e0e73bde279b2fdaff1538bb2ab94a11bb9 (patch)
tree505dfbfeb1f74fd3e84cab8e5c5ceb7ae3b0997f /src/config
parent24daa5813f277023f7b8453338870369bf00a3ca (diff)
downloadtipidee-496f9e0e73bde279b2fdaff1538bb2ab94a11bb9.tar.gz
Add a default for cgi_pass_authorization
Diffstat (limited to 'src/config')
-rw-r--r--src/config/defaults.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults.c b/src/config/defaults.c
index 18dfa7e..2b3fab2 100644
--- a/src/config/defaults.c
+++ b/src/config/defaults.c
@@ -25,6 +25,7 @@ static struct defaults_s const defaults[] =
RECU32("G:max_cgi_body_length", 4194304),
RECU32("G:logv", TIPIDEE_LOG_DEFAULT),
RECU32("G:executable_means_cgi", 0),
+ RECU32("G:cgi_pass_authorization", 0),
RECU32("G:XXX_no_translate", 0),
RECS("G:index-file", "index.html"),