summaryrefslogtreecommitdiff
path: root/nginx/snippets/security-headers.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx/snippets/security-headers.conf')
-rw-r--r--nginx/snippets/security-headers.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/nginx/snippets/security-headers.conf b/nginx/snippets/security-headers.conf
deleted file mode 100644
index b52d1da8..00000000
--- a/nginx/snippets/security-headers.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-include snippets/security-headers-base.conf;
-
-add_header Content-Security-Policy "default-src 'none'; connect-src 'self' https://releases.grapheneos.org/; font-src 'self'; img-src 'self'; manifest-src 'self'; script-src 'self'; style-src 'self'; webrtc 'block'; form-action 'none'; frame-ancestors 'none'; base-uri 'none'; require-trusted-types-for 'script'; trusted-types 'none'" always;
-
-add_header Permissions-Policy "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), bluetooth=(), camera=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), gamepad=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), keyboard-map=(), local-fonts=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), speaker-selection=(), sync-xhr=(), usb=(), xr-spatial-tracking=()" always;