aboutsummaryrefslogtreecommitdiffstats
path: root/src/tipideed/tipideed.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-06-26 01:26:17 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-06-26 01:26:17 +0000
commit45808dbc6dc1b90fa512add692252bc15760a214 (patch)
treedbba94778b4ba346fdcee373ce163e2f4dd43d79 /src/tipideed/tipideed.c
parent7c5d186df1f7f00567660354905435cedffc3e20 (diff)
downloadtipidee-45808dbc6dc1b90fa512add692252bc15760a214.tar.gz
Add cgi_pass_authorization
Diffstat (limited to 'src/tipideed/tipideed.c')
-rw-r--r--src/tipideed/tipideed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tipideed/tipideed.c b/src/tipideed/tipideed.c
index 402c59c..4bd3242 100644
--- a/src/tipideed/tipideed.c
+++ b/src/tipideed/tipideed.c
@@ -386,6 +386,7 @@ int main (int argc, char const *const *argv, char const *const *envp)
g.logv = get_uint32("G:logv") ;
g.xiscgi = !!get_uint32("G:executable_means_cgi") ;
g.flagnoxlate = !!get_uint32("G:XXX_no_translate") ;
+ g.flagcgipassauth = !!get_uint32("G:cgi_pass_authorization") ;
n = tipidee_conf_get_argv(&g.conf, "G:index-file", g.indexnames, 16, &g.indexlen) ;
if (!n) strerr_dief3x(102, "bad", " config value for ", "G:index_file") ;
g.indexn = n-1 ;