Update user.js

This commit is contained in:
earthlng 2019-03-26 19:05:26 +00:00 committed by GitHub
parent bb5dec8bf4
commit 935ffe8a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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+] ***/