diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:44:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:44:39 +0000 |
commit | e878da05c1ee51857d7785ced350f9995d3478fa (patch) | |
tree | ce139f92dfa457cbdfdf5667751525978cd48fb7 | |
parent | user.js: Enabling do-not-track header. (diff) | |
download | firefox-e878da05c1ee51857d7785ced350f9995d3478fa.tar.xz firefox-e878da05c1ee51857d7785ced350f9995d3478fa.zip |
user.js: Enabling password import option.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 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); |