mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 10:00:39 -04:00
fix(curriculum): correct the explanation for gyroscope (#63514)
This commit is contained in:
committed by
GitHub
parent
13637bb5c7
commit
46fddf1f7a
@@ -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 device’s motion and orientation sensors, and allow sharing the iframe content through the device's native share dialogs.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user