Skip to content

Commit 82b4264

Browse files
committed
[doc] Correct documentation about Permission-Policy header
1 parent e2ade5a commit 82b4264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/security/ApplicationSecurity.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Permissions-Policy
168168
The backend implements the following Permissions-Policy header configuration to limit the possible de-anonymization of the user by disabling dangerous browser features:
169169
::
170170

171-
Permissions-Policy: accelerometer=(),ambient-light-sensor=(),bluetooth=(),camera=(),clipboard-read=(),clipboard-write=(),document-domain=(),display-capture=(),fullscreen=(),geolocation=(),gyroscope=(),idle-detection=(),keyboard-map=(),local-fonts=(),magnetometer=(),microphone=(" + (b"self" if microphone else b"") + b"),midi=(),notifications=(),payment=(),push=(),screen-wake-lock=(),serial=(),speaker-selection=(),storage-access=(),usb=(),web-share=(),xr-spatial-tracking=()
171+
Permissions-Policy: accelerometer=(),ambient-light-sensor=(),bluetooth=(),camera=(),clipboard-read=(),clipboard-write=(),document-domain=(),display-capture=(),fullscreen=(),geolocation=(),gyroscope=(),idle-detection=(),keyboard-map=(),local-fonts=(),magnetometer=(),microphone=(),midi=(),notifications=(),payment=(),push=(),screen-wake-lock=(),serial=(),speaker-selection=(),storage-access=(),usb=(),web-share=(),xr-spatial-tracking=()
172172

173173
X-Frame-Options
174174
+++++++++++++++

0 commit comments

Comments
 (0)