diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:33:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:33:00 +0000 |
commit | 24e2d1912f09c5dfc31a5f20ae8e90c78c7135dc (patch) | |
tree | 3700020d2362ca3bf4d3fb348c3fb02a2a1e44d6 /debian | |
parent | user.js: Enabling do-not-track header. (diff) | |
download | firefox-24e2d1912f09c5dfc31a5f20ae8e90c78c7135dc.tar.xz firefox-24e2d1912f09c5dfc31a5f20ae8e90c78c7135dc.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.js | 2 |
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); |