diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:44:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:44:02 +0000 |
commit | 48979c92061d3e6830a4b4421e0c03ac477f4679 (patch) | |
tree | f0a5e169aabd9627062bb9a4b38c5765535e52f7 | |
parent | user.js: Disabling spellcheck. (diff) | |
download | firefox-48979c92061d3e6830a4b4421e0c03ac477f4679.tar.xz firefox-48979c92061d3e6830a4b4421e0c03ac477f4679.zip |
user.js: Disabling autoplay of HTML5 media.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 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); |