diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:07 +0000 |
commit | 3e35edc32f4f804ec1cb1d188eea691d62e14065 (patch) | |
tree | e939d3be6c0132476bf4969e0929faa564da4ded /debian/local | |
parent | user.js: Reverting to default WebRTC preferences. (diff) | |
download | firefox-esr-3e35edc32f4f804ec1cb1d188eea691d62e14065.tar.xz firefox-esr-3e35edc32f4f804ec1cb1d188eea691d62e14065.zip |
user.js: Disabling autoplay of HTML5 media.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-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); |