diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:31 +0000 |
commit | f5cba40a949b950ca83b6bbcd5acfe5473f75344 (patch) | |
tree | 4ab9cfc35c3b4d60551fb311eb36321a5e4b60f3 | |
parent | user.js: Enabling do-not-track header. (diff) | |
download | firefox-esr-f5cba40a949b950ca83b6bbcd5acfe5473f75344.tar.xz firefox-esr-f5cba40a949b950ca83b6bbcd5acfe5473f75344.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 702382f1a5..8d1adb3be4 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1050,3 +1050,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); |