Update user.js

This commit is contained in:
earthlng 2018-10-23 12:49:59 +00:00 committed by GitHub
parent 9773372ea5
commit 3a5667538d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1031,7 +1031,7 @@ user_pref("dom.imagecapture.enabled", false); // default: false
* [1] https://developer.mozilla.org/docs/Web/API/OffscreenCanvas ***/
user_pref("gfx.offscreencanvas.enabled", false); // default: false
/* 2030: disable auto-play of HTML5 media (FF63+)
* 0=Allowed, 1=Blocked, 2=Prompt
* 0=Allowed (default), 1=Blocked, 2=Prompt
* [WARNING] This may break video playback on various sites ***/
user_pref("media.autoplay.default", 1);
/* 2031: disable audio auto-play in non-active tabs (FF51+)