Skip to content

Commit 2025871

Browse files
authored
Allow accel/gyro permissions as YouTube embed uses them (#4112)
1 parent afb1141 commit 2025871

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server/feature_policy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
feature_policy = {
2-
"accelerometer": "'none'",
32
"camera": "'none'",
43
"geolocation": "'none'",
5-
"gyroscope": "'none'",
64
"magnetometer": "'none'",
75
"microphone": "'none'",
86
"payment": "'none'",

0 commit comments

Comments
 (0)