We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b154d commit 931d2a8Copy full SHA for 931d2a8
actionpack/lib/action_dispatch/http/permissions_policy.rb
@@ -93,12 +93,14 @@ def permissions_policy=(policy)
93
ambient_light_sensor: "ambient-light-sensor",
94
autoplay: "autoplay",
95
camera: "camera",
96
+ display_capture: "display-capture",
97
encrypted_media: "encrypted-media",
98
fullscreen: "fullscreen",
99
geolocation: "geolocation",
100
gyroscope: "gyroscope",
101
hid: "hid",
102
idle_detection: "idle-detection",
103
+ keyboard_map: "keyboard-map",
104
magnetometer: "magnetometer",
105
microphone: "microphone",
106
midi: "midi",
0 commit comments