summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:21 +0000
commitd12a39de373d3eb2f9f68168b43fd3c5ea74fe4e (patch)
tree0ffa023d8512415ef728f5a064b30eacc2bd4ef0 /debian
parentuser.js: Enabling to warn on close. (diff)
downloadfirefox-esr-d12a39de373d3eb2f9f68168b43fd3c5ea74fe4e.tar.xz
firefox-esr-d12a39de373d3eb2f9f68168b43fd3c5ea74fe4e.zip
user.js: Disabling fullscreen warnings.
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 a7984781ad..8a533d5dd1 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1021,5 +1021,8 @@ user_pref("_user.js.parrot", "SUCCESS: No no he's not dead, he's, he's restin'!"
user_pref("browser.tabs.warnOnClose", true);
+user_pref("full-screen-api.warning.delay", 0);
+user_pref("full-screen-api.warning.timeout", 0);
+
user_pref("media.autoplay.default", 5);
user_pref("media.autoplay.blocking_policy", 2);