diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:25:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:25:35 +0000 |
commit | 2b5f3393699c5b3fee47ca326a139cacc11093fc (patch) | |
tree | 2881ab07c7219c6ec1c3a62dc2af73a7acd33e25 /debian/local/pref | |
parent | user.js: Reverting to default WebRTC preferences. (diff) | |
download | firefox-esr-2b5f3393699c5b3fee47ca326a139cacc11093fc.tar.xz firefox-esr-2b5f3393699c5b3fee47ca326a139cacc11093fc.zip |
user.js: Disabling autoplay of HTML5 media.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/pref')
-rw-r--r-- | debian/local/pref/user.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 992da4d01b..b3204f5fff 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1175,3 +1175,6 @@ user_pref("network.cookie.lifetimePolicy", 2); /* END: internal custom pref to test for syntax errors ***/ user_pref("_user.js.parrot", "SUCCESS: No no he's not dead, he's, he's restin'!"); + +user_pref("media.autoplay.default", 5); +user_pref("media.autoplay.blocking_policy", 2); |