mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
5 lines
324 B
Text
5 lines
324 B
Text
add_header X-Frame-Options "SAMEORIGIN" always;
|
|
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
|
add_header X-Content-Type-Options nosniff always;
|
|
add_header X-XSS-Protection "1; mode=block" always;
|
|
add_header Referrer-Policy "same-origin, strict-origin-when-cross-origin" always;
|