Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 629ae1f

Browse files
authoredNov 18, 2024··
Update shib_clear_headers for headers-more-nginx-module wildcard support in v0.33
Wildcard support has existed for a while now in https://github.com/openresty/headers-more-nginx-module (first released in v0.33), so we can simplify the default config.
1 parent ebd59e3 commit 629ae1f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
 

‎includes/shib_clear_headers

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,9 @@
66
# Note that Nginx silently drops headers with underscores
77
# unless the non-default `underscores_in_headers` is enabled.
88

9-
# Shib-* doesn't currently work because * isn't (yet) supported
109
more_clear_input_headers
1110
Auth-Type
12-
Shib-Application-Id
13-
Shib-Authentication-Instant
14-
Shib-Authentication-Method
15-
Shib-Authncontext-Class
16-
Shib-Identity-Provider
17-
Shib-Session-Id
18-
Shib-Session-Index
11+
'Shib-*'
1912
Remote-User;
2013

2114
# more_clear_input_headers

0 commit comments

Comments
 (0)
Please sign in to comment.