Bug 1509933 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

For blocking autoplay, we would like to replace the user-activation mechanism (Chrome style, allow autoplay after document has been activated by user gestures) with only allow autoplay which is triggered inside user-gesture-hanlder.
Use `media.autoplay.blocking_policy` to decide the current autoplay policy.
Use  `dom.user_activation.transient.timeout` to adjust the timeout value for the policy `1` (transient activation)
Use `media.autoplay.blocking_policy` to decide the current autoplay policy.
Use `dom.user_activation.transient.timeout` to adjust the timeout value for the policy `1` (transient activation)

Back to Bug 1509933 Comment 0