summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:07:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:09:34 +0000
commitfd5e0d291d663a0456126c42fcd0673b7f071807 (patch)
tree6838020f780233e892dff1beee5d5afaaaa4468f /debian
parentuser.js: Setting increased network connection limits. (diff)
downloadfirefox-fd5e0d291d663a0456126c42fcd0673b7f071807.tar.xz
firefox-fd5e0d291d663a0456126c42fcd0673b7f071807.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 f951ed40a8..078f076733 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1069,3 +1069,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);