diff options
| author | June <zanthed@riseup.net> | 2021-11-27 00:14:24 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-04-18 17:06:28 -0400 |
| commit | b77821f4a5c2dd61c45954b3f5ca6c20a7aa8a85 (patch) | |
| tree | 2ffea33b15490b630ac8020b6418d213fa0e0b6e | |
| parent | 1d336c0341cc7de7a2409aa56c4ab6aa66831629 (diff) | |
add gamepad and speaker-selection to permissions policy
Signed-off-by: June <zanthed@riseup.net>
| -rw-r--r-- | nginx/snippets/security-headers.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/snippets/security-headers.conf b/nginx/snippets/security-headers.conf index 9b3239f0..d240d856 100644 --- a/nginx/snippets/security-headers.conf +++ b/nginx/snippets/security-headers.conf @@ -2,4 +2,4 @@ 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'; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'; require-trusted-types-for 'script'; trusted-types 'none'" always; -add_header Permissions-Policy "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), sync-xhr=(), usb=(), xr-spatial-tracking=()" always; +add_header Permissions-Policy "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), gamepad=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), speaker-selection=(), sync-xhr=(), usb=(), xr-spatial-tracking=()" always; |
