user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6f76a9bfd20e9e4a0df03dd3b4bbb91572c81b38
parent dfab1516ef22575c015d8dc6e41c0a6b58ea8074
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun, 26 May 2019 05:51:13 +0000

2030 new default
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -958,7 +958,7 @@ user_pref("media.getusermedia.audiocapture.enabled", false); * 0=Allowed, 1=Blocked (2=Prompt - removed in FF66) * [NOTE] You can set exceptions under site permissions * [SETTING] Privacy & Security>Permissions>Block websites from automatically playing sound ***/ -user_pref("media.autoplay.default", 1); +user_pref("media.autoplay.default", 1); // [DEFAULT: 1 in FF67+] /* 2031: disable autoplay of HTML5 media if you interacted with the site [FF66+] ***/ user_pref("media.autoplay.enabled.user-gestures-needed", false); /* 2032: disable audio autoplay in non-active tabs [FF51+]