From a006fa6a712b5daa9956738ef9ec53ceca484a58 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:54:30 +0200 Subject: user.js: Enabling do-not-track header. Signed-off-by: Daniel Baumann --- debian/local/pref/user.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/local/pref/user.js') 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); -- cgit v1.2.3