summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:30 +0000
commita006fa6a712b5daa9956738ef9ec53ceca484a58 (patch)
tree881ef5d5c2f520358484edc46d021de2be6f7d16 /debian
parentuser.js: Setting increased network connection limits. (diff)
downloadfirefox-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>
Diffstat (limited to 'debian')
-rw-r--r--debian/local/pref/user.js2
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);