summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:44:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:44:39 +0000
commite878da05c1ee51857d7785ced350f9995d3478fa (patch)
treece139f92dfa457cbdfdf5667751525978cd48fb7
parentuser.js: Enabling do-not-track header. (diff)
downloadfirefox-e878da05c1ee51857d7785ced350f9995d3478fa.tar.xz
firefox-e878da05c1ee51857d7785ced350f9995d3478fa.zip
user.js: Enabling password import option.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 fbc76ebb4f..667631eef4 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1110,3 +1110,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);