add 4th option to block autoplay permissions to disable completely
Categories
(Core :: Audio/Video: Playback, enhancement)
Tracking
()
People
(Reporter: mjf, Unassigned)
References
Details
This functionality seems to confuse many as I've answered this question multiple times. I would like a 4th option for autoplay settings that allows blocking all autoplay regardless of page interaction with the exception of clicking on the play button.
Reporter | ||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
If you set the pref media.autoplay.enabled.user-gestures-needed=false
, which would use the old autoplay policy click-to-play
, which would only allow media to start autoplay via clicking. However, the reason we don't provide this feature to user is because we still have some DOM technical issue which make this feauture not compatible to all sites.
"If you set the pref media.autoplay.enabled.user-gestures-needed=false, which would use the old autoplay policy click-to-play, which would only allow media to start autoplay via clicking."
As of 76.0.1, this safety setting no longer works.
Description
•