From 935ffe8a7390d006e46036aac1a4582df27696ab Mon Sep 17 00:00:00 2001 From: earthlng Date: Tue, 26 Mar 2019 19:05:26 +0000 Subject: [PATCH] Update user.js --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 3c7f5aa..8999bbf 100644 --- a/user.js +++ b/user.js @@ -1081,7 +1081,7 @@ user_pref("dom.imagecapture.enabled", false); // [DEFAULT: false] user_pref("gfx.offscreencanvas.enabled", false); // [DEFAULT: false] /* 2030: disable autoplay of HTML5 media [FF63+] * 0=Allowed, 1=Blocked, 2=Prompt - * [NOTE] You can set exceptions under site permissions. + * [NOTE] You can set exceptions under site permissions * [SETTING] Privacy & Security>Permissions>Block websites from automatically playing sound ***/ user_pref("media.autoplay.default", 1); /* 2031: disable autoplay of HTML5 media if you interacted with the site [FF66+] ***/