summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:32:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:32:57 +0000
commit2b1f6006350df726f89feb921876fb02134278eb (patch)
tree7864d0721e59d92668711570ffea0d8ed9e98169
parentuser.js: Setting increased network connection limits. (diff)
downloadfirefox-2b1f6006350df726f89feb921876fb02134278eb.tar.xz
firefox-2b1f6006350df726f89feb921876fb02134278eb.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.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index adc6f1d133..29b5dba9ef 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1018,3 +1018,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);