mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-02-02 17:02:20 +01:00
7 lines
346 B
Plaintext
7 lines
346 B
Plaintext
|
add_header Referrer-Policy "no-referrer" always;
|
||
|
add_header X-Content-Type-Options "nosniff" always;
|
||
|
add_header X-Download-Options "noopen" always;
|
||
|
add_header X-Frame-Options "SAMEORIGIN" always;
|
||
|
add_header X-Permitted-Cross-Domain-Policies "none" always;
|
||
|
add_header X-Robots-Tag "none" always;
|
||
|
add_header X-XSS-Protection "1; mode=block" always;
|