summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:07:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:09:35 +0000
commit2b8011c53b8877e154868b85f91339c4411d7da4 (patch)
tree11d9812758d44e6e500084ccdeddaae2435c7531 /debian
parentuser.js: Enabling do-not-track header. (diff)
downloadfirefox-2b8011c53b8877e154868b85f91339c4411d7da4.tar.xz
firefox-2b8011c53b8877e154868b85f91339c4411d7da4.zip
user.js: Enabling password import option.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 078f076733..86c75e8870 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1071,3 +1071,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);