Update 'user.js'

This commit is contained in:
Narsil 2020-10-24 06:09:39 -04:00
parent 016a61895a
commit c330e1d2e6
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ user_pref("permissions.default.microphone", 2);
// Disable autoplay of HTML5 media if you interacted with the site [FF78+]
// 0=sticky (default), 1=transient, 2=user
// [NOTE] If you have trouble with some video sites, then add an exception
// https://html.spec.whatwg.org/multipage/interaction.html#sticky-activation ***/
// https://support.mozilla.org/questions/1293231 ***/
user_pref("media.autoplay.blocking_policy", 2);
// >>>>>>>>>>>>>>>>>>>>>
// WINDOW MEDDLING & LEAKS / POPUPS ***/