diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:07:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:09:35 +0000 |
commit | 2b8011c53b8877e154868b85f91339c4411d7da4 (patch) | |
tree | 11d9812758d44e6e500084ccdeddaae2435c7531 | |
parent | user.js: Enabling do-not-track header. (diff) | |
download | firefox-2b8011c53b8877e154868b85f91339c4411d7da4.tar.xz firefox-2b8011c53b8877e154868b85f91339c4411d7da4.zip |
user.js: Enabling password import option.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/pref/user.js | 2 |
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); |