From d0060fed3cf52008178dc11271018b5296dfb2e0 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 8 Jul 2020 13:18:38 +0000 Subject: [PATCH] 2031: use exceptions if you need to, #969 --- user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/user.js b/user.js index e6916a0..3875297 100644 --- a/user.js +++ b/user.js @@ -957,6 +957,7 @@ user_pref("media.getusermedia.audiocapture.enabled", false); // user_pref("media.autoplay.default", 5); /* 2031: 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 (see 2030) * [1] https://html.spec.whatwg.org/multipage/interaction.html#sticky-activation ***/ user_pref("media.autoplay.blocking_policy", 2);