summaryrefslogtreecommitdiffstats
path: root/debian/local/pref/user.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:26:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:26:11 +0000
commit0bd1f4fdf2f7fdecb16d164f918861808e83a795 (patch)
tree7abc3721f5692606a9d81d191ff38333ae504233 /debian/local/pref/user.js
parentuser.js: Setting increased network connection limits. (diff)
downloadfirefox-esr-0bd1f4fdf2f7fdecb16d164f918861808e83a795.tar.xz
firefox-esr-0bd1f4fdf2f7fdecb16d164f918861808e83a795.zip
user.js: Enabling do-not-track header.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 ab31b7fea1..8f3c164138 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);