Skip to content

Commit 9047c3e

Browse files
committed
Update auth header code block
1 parent d91a5f4 commit 9047c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proposals/authentication-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ Users sholud be advised to regularly rotate their JWKS keys in cases where they
10261026
Below are a list of default defensive headers for authentication failure reponses.
10271027
We may choose to include these headers by default for improved robustness in auth falure responses.
10281028

1029-
```
1029+
```nginx
10301030
add_header Content-Type "text/plain; charset=utf-8" always;
10311031
add_header X-Content-Type-Options "nosniff" always;
10321032
add_header Cache-Control "no-store" always;

0 commit comments

Comments
 (0)