File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 10
10
11
11
* Joe Haig *
12
12
13
+ * Add ` display_capture` and ` keyboard_map` in ` permissions_policy`
14
+
15
+ * Cyril Blaecke *
16
+
13
17
Please check [7 - 2 - stable](https: // github.com/ rails/ rails/ blob/ 7 - 2 - stable/ actionpack/ CHANGELOG .md) for previous changes.
Original file line number Diff line number Diff line change @@ -93,12 +93,14 @@ def permissions_policy=(policy)
93
93
ambient_light_sensor : "ambient-light-sensor" ,
94
94
autoplay : "autoplay" ,
95
95
camera : "camera" ,
96
+ display_capture : "display-capture" ,
96
97
encrypted_media : "encrypted-media" ,
97
98
fullscreen : "fullscreen" ,
98
99
geolocation : "geolocation" ,
99
100
gyroscope : "gyroscope" ,
100
101
hid : "hid" ,
101
102
idle_detection : "idle-detection" ,
103
+ keyboard_map : "keyboard-map" ,
102
104
magnetometer : "magnetometer" ,
103
105
microphone : "microphone" ,
104
106
midi : "midi" ,
You can’t perform that action at this time.
0 commit comments