Skip to content

Commit

Permalink
[doc] Update ApplicationSecurity spec in relation to revised Permissi…
Browse files Browse the repository at this point in the history
…on-Policy header config
  • Loading branch information
evilaliv3 committed Jan 29, 2025
1 parent 0ff2947 commit 681ed06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/security/ApplicationSecurity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Permissions-Policy
The backend implements the following Permissions-Policy header configuration to limit the possible de-anonymization of the user by disabling dangerous browser features:
::

Permissions-Policy: camera=() display-capture=() document-domain=() fullscreen=() geolocation=() microphone=() serial=() usb=() web-share=()
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=(),payment-request=(),persistent-storage=(),push=(),screen-wake-lock=(),serial=(),speaker-selection=(),usb=(),web-share=(),xr-spatial-tracking=()

X-Frame-Options
+++++++++++++++
Expand Down

0 comments on commit 681ed06

Please sign in to comment.