Skip to content

Commit 931d2a8

Browse files
authored
Update permissions policy list
1 parent f3b154d commit 931d2a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actionpack/lib/action_dispatch/http/permissions_policy.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,14 @@ def permissions_policy=(policy)
9393
ambient_light_sensor: "ambient-light-sensor",
9494
autoplay: "autoplay",
9595
camera: "camera",
96+
display_capture: "display-capture",
9697
encrypted_media: "encrypted-media",
9798
fullscreen: "fullscreen",
9899
geolocation: "geolocation",
99100
gyroscope: "gyroscope",
100101
hid: "hid",
101102
idle_detection: "idle-detection",
103+
keyboard_map: "keyboard-map",
102104
magnetometer: "magnetometer",
103105
microphone: "microphone",
104106
midi: "midi",

0 commit comments

Comments
 (0)