diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-26 01:26:17 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-26 01:26:17 +0000 |
| commit | 45808dbc6dc1b90fa512add692252bc15760a214 (patch) | |
| tree | dbba94778b4ba346fdcee373ce163e2f4dd43d79 /src/config/lexparse.c | |
| parent | 7c5d186df1f7f00567660354905435cedffc3e20 (diff) | |
| download | tipidee-45808dbc6dc1b90fa512add692252bc15760a214.tar.gz | |
Add cgi_pass_authorization
Diffstat (limited to 'src/config/lexparse.c')
| -rw-r--r-- | src/config/lexparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/lexparse.c b/src/config/lexparse.c index dd74e65..9bceb8e 100644 --- a/src/config/lexparse.c +++ b/src/config/lexparse.c @@ -116,6 +116,7 @@ static inline void parse_global (char const *s, size_t const *word, size_t n, md static char const *const globalkeys[] = { "XXX_no_translate", + "cgi_pass_authorization", "cgi_timeout", "executable_means_cgi", "max_cgi_body_length", |
