1
0
mirror of https://github.com/bitwarden/web synced 2026-01-31 00:33:19 +00:00
Files
web/docker/security-headers.conf

4 lines
128 B
Plaintext

add_header Referrer-Policy same-origin;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";