summaryrefslogtreecommitdiffstats
path: root/conkeror/.conkerorrc/init.js
diff options
context:
space:
mode:
Diffstat (limited to 'conkeror/.conkerorrc/init.js')
-rw-r--r--conkeror/.conkerorrc/init.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/conkeror/.conkerorrc/init.js b/conkeror/.conkerorrc/init.js
index 6e4acc6..25a3138 100644
--- a/conkeror/.conkerorrc/init.js
+++ b/conkeror/.conkerorrc/init.js
@@ -372,3 +372,6 @@ session_pref("network.cookie.lifetimePolicy", 2);
// Please don't track me, for whatever that's worth.
session_pref("privacy.donottrackheader.enabled", true);
session_pref("privacy.donottrackheader.value", 1);
+
+// Protect me from being tracked
+session_pref("privacy.trackingprotection.enabled", true);