File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2361,17 +2361,13 @@ class ForwarderHeaders(Setting):
2361
2361
default = "SCRIPT_NAME"
2362
2362
desc = """\
2363
2363
2364
- A list containing headers and values that the front-end proxy
2364
+ A list containing upper-case header field names that the front-end proxy
2365
2365
sets, to be used in WSGI environment.
2366
2366
2367
- If other headers listed in this list are not present in the request, they will be ignored.
2367
+ If headers named in this list are not present in the request, they will be ignored.
2368
2368
2369
2369
This option can be used to transfer SCRIPT_NAME and REMOTE_USER.
2370
2370
2371
- The list should map upper-case header names to exact string
2372
- values. The value comparisons are case-sensitive, unlike the header
2373
- names, so make sure they're exactly what your front-end proxy sends.
2374
-
2375
2371
It is important that your front-end proxy configuration ensures that
2376
2372
the headers defined here can not be passed directly from the client.
2377
2373
"""
You can’t perform that action at this time.
0 commit comments