summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:44:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:44:02 +0000
commit48979c92061d3e6830a4b4421e0c03ac477f4679 (patch)
treef0a5e169aabd9627062bb9a4b38c5765535e52f7 /debian
parentuser.js: Disabling spellcheck. (diff)
downloadfirefox-48979c92061d3e6830a4b4421e0c03ac477f4679.tar.xz
firefox-48979c92061d3e6830a4b4421e0c03ac477f4679.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 b72943c797..6267f57477 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1099,3 +1099,6 @@ user_pref("general.smoothScroll.scrollbars", false);
user_pref("toolkit.scrollbox.smoothScroll", false);
user_pref("layout.spellcheckDefault", 0);
+
+user_pref("media.autoplay.default", 5);
+user_pref("media.autoplay.blocking_policy", 2);