From 3af07184ff1d0fab895458825fef2b8aa8712799 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 17 Apr 2019 03:25:12 +0000 Subject: [PATCH] browser-tweaks: remove browser.send_pings (#865) It defaults to false already and is not necessary here. Closes #686 --- _includes/sections/browser-tweaks.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/_includes/sections/browser-tweaks.html b/_includes/sections/browser-tweaks.html index 038c7c14..6946da5b 100644 --- a/_includes/sections/browser-tweaks.html +++ b/_includes/sections/browser-tweaks.html @@ -37,9 +37,6 @@
browser.safebrowsing.phishing.enabled = false
Disable Google Safe Browsing and phishing protection. Security risk, but privacy improvement.
-
browser.send_pings = false
-
The attribute would be useful for letting websites track visitors' clicks.
-
browser.sessionstore.max_tabs_undo = 0
Even with Firefox set to not remember history, your closed tabs are stored temporarily at Menu -> History -> Recently Closed Tabs.