fix(curriculum): correct the explanation for gyroscope (#63514)

This commit is contained in:
Thummanoon Kunanuntakij
2025-11-18 21:14:07 +01:00
committed by GitHub
parent 13637bb5c7
commit 46fddf1f7a

View File

@@ -9,7 +9,7 @@ dashedName: step-6
Add `encrypted-media`, `gyroscope`, and `web-share` to the existing values in the `allow` attribute.
These three will allow the use of encrypted media extensions to protect the video, let the iframe pop out into picture-in-picture mode when needed, and allow sharing the iframe content through the device's native share dialogs.
These three will allow the use of encrypted media extensions to protect the video, grant access to the devices motion and orientation sensors, and allow sharing the iframe content through the device's native share dialogs.
# --hints--