summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:07 +0000
commit3e35edc32f4f804ec1cb1d188eea691d62e14065 (patch)
treee939d3be6c0132476bf4969e0929faa564da4ded /debian
parentuser.js: Reverting to default WebRTC preferences. (diff)
downloadfirefox-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')
-rw-r--r--debian/local/pref/user.js3
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);