summaryrefslogtreecommitdiffstats
path: root/debian/local/pref/user.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:26:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:26:15 +0000
commitb03315c56faae07173a237c6775d8393f7edc07c (patch)
tree2236bdea66756a78af294de73fe9fedd5d21662c /debian/local/pref/user.js
parentuser.js: Enabling do-not-track header. (diff)
downloadfirefox-esr-b03315c56faae07173a237c6775d8393f7edc07c.tar.xz
firefox-esr-b03315c56faae07173a237c6775d8393f7edc07c.zip
user.js: Enabling password import option.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/pref/user.js')
-rw-r--r--debian/local/pref/user.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index 8f3c164138..4f753277ed 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1050,3 +1050,5 @@ user_pref("network.http.max-urgent-start-excessive-connections-per-host", 6);
user_pref("network.websocket.max-connections", 400);
user_pref("privacy.donottrackheader.enabled", true);
+
+user_pref("signon.management.page.fileImport.enabled", true);