diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:30 +0000 |
commit | a006fa6a712b5daa9956738ef9ec53ceca484a58 (patch) | |
tree | 881ef5d5c2f520358484edc46d021de2be6f7d16 | |
parent | user.js: Setting increased network connection limits. (diff) | |
download | firefox-esr-a006fa6a712b5daa9956738ef9ec53ceca484a58.tar.xz firefox-esr-a006fa6a712b5daa9956738ef9ec53ceca484a58.zip |
user.js: Enabling do-not-track header.
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 1f6837280d..702382f1a5 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1048,3 +1048,5 @@ user_pref("network.http.max-persistent-connections-per-proxy", 64); user_pref("network.http.max-persistent-connections-per-server", 12); 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); |