mirror of
https://github.com/tommytran732/Vaultwarden-Docker-Compose
synced 2024-11-09 18:21:33 -05:00
Do not replace upstream permission policies
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
392db240f9
commit
6e0ed8522a
@ -30,7 +30,7 @@
|
|||||||
# log, so that fail2ban can ban the correct IP.
|
# log, so that fail2ban can ban the correct IP.
|
||||||
header_up X-Real-IP {remote_host}
|
header_up X-Real-IP {remote_host}
|
||||||
header_down Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"
|
header_down Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"
|
||||||
header_down Permissions-Policy "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), clipboard-read=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), screen-wake-lock=(), serial=(), usb=(), sync-xhr=(), xr-spatial-tracking=()"
|
header_down +Permissions-Policy "hid=(), idle-detection=(), interest-cohort=(), serial=()"
|
||||||
header_down +Content-Security-Policy "upgrade-insecure-requests; block-all-mixed-content; base-uri 'none'"
|
header_down +Content-Security-Policy "upgrade-insecure-requests; block-all-mixed-content; base-uri 'none'"
|
||||||
header_down X-XSS-Protection "0"
|
header_down X-XSS-Protection "0"
|
||||||
header_down Cross-Origin-Opener-Policy same-origin
|
header_down Cross-Origin-Opener-Policy same-origin
|
||||||
|
Loading…
Reference in New Issue
Block a user