Update Permissions Policy to include latest additions
Further, we remove an outdated comment on the `speaker` directive, that was removed some time ago (and is deprecated).
This commit is contained in:

committed by
Sebastian Serth

parent
6c06db8b9c
commit
1e30f18e87
@ -15,11 +15,15 @@ Rails.application.config.permissions_policy do |policy|
|
||||
policy.fullscreen :none
|
||||
policy.geolocation :none
|
||||
policy.gyroscope :none
|
||||
policy.hid :none
|
||||
policy.idle_detection :none
|
||||
policy.magnetometer :none
|
||||
policy.microphone :none
|
||||
policy.midi :none
|
||||
policy.payment :none
|
||||
policy.picture_in_picture :none
|
||||
# The `speaker` directive is used for selection of non-default audio output devices
|
||||
policy.screen_wake_lock :none
|
||||
policy.serial :none
|
||||
policy.usb :none
|
||||
policy.web_share :none
|
||||
end
|
||||
|
Reference in New Issue
Block a user