user.js

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

commit 8419b4d71b9028de325078b452b47b09503217a5
parent 79e316a26fee55197c8a6bbbc123434d073c402c
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Mon,  8 Apr 2019 13:44:11 +0000

autoplay option "Prompt" was removed in FF66 (#686)

* autoplay option "Prompt" was removed in FF66
source: https://hg.mozilla.org/integration/autoland/rev/2e48b6769911

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

diff --git a/user.js b/user.js @@ -1080,7 +1080,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 autoplay of HTML5 media [FF63+] - * 0=Allowed, 1=Blocked, 2=Prompt + * 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);