From d162093afd0cfeb37e526d42ff2d7144183919a2 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 15 Apr 2019 14:08:13 +0300 Subject: [PATCH] browser-tweaks: remove browser.send_pings 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.
-- 2.47.2