summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:33:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:33:00 +0000
commit24e2d1912f09c5dfc31a5f20ae8e90c78c7135dc (patch)
tree3700020d2362ca3bf4d3fb348c3fb02a2a1e44d6
parentuser.js: Enabling do-not-track header. (diff)
downloadfirefox-24e2d1912f09c5dfc31a5f20ae8e90c78c7135dc.tar.xz
firefox-24e2d1912f09c5dfc31a5f20ae8e90c78c7135dc.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 29b5dba9ef..7d4fb438c4 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1020,3 +1020,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);