mirror of
https://github.com/bitwarden/server
synced 2025-12-13 23:03:36 +00:00
move all security headers to web vault location
This commit is contained in:
@@ -141,14 +141,13 @@ server {{
|
|||||||
}
|
}
|
||||||
|
|
||||||
sw.WriteLine($@"
|
sw.WriteLine($@"
|
||||||
|
location / {{
|
||||||
|
proxy_pass http://web:5000/;
|
||||||
# Security headers
|
# Security headers
|
||||||
#add_header X-Frame-Options SAMEORIGIN;
|
#add_header X-Frame-Options SAMEORIGIN;
|
||||||
add_header X-Content-Type-Options nosniff;
|
add_header X-Content-Type-Options nosniff;
|
||||||
add_header X-XSS-Protection ""1; mode=block"";
|
add_header X-XSS-Protection ""1; mode=block"";
|
||||||
add_header Referrer-Policy same-origin;
|
add_header Referrer-Policy same-origin;
|
||||||
|
|
||||||
location / {{
|
|
||||||
proxy_pass http://web:5000/;
|
|
||||||
add_header Content-Security-Policy ""{ContentSecurityPolicy}"";
|
add_header Content-Security-Policy ""{ContentSecurityPolicy}"";
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user