browser-tweaks: remove browser.send_pings

It defaults to false already and is not necessary here.

Closes #686
This commit is contained in:
Mikaela Suomalainen 2019-04-15 14:08:13 +03:00
parent f52cc7701a
commit d162093afd
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67

View File

@ -37,9 +37,6 @@
<dt>browser.safebrowsing.phishing.enabled = false</dt> <dt>browser.safebrowsing.phishing.enabled = false</dt>
<dd>Disable Google Safe Browsing and phishing protection. Security risk, but privacy improvement.</dd> <dd>Disable Google Safe Browsing and phishing protection. Security risk, but privacy improvement.</dd>
<dt>browser.send_pings = false</dt>
<dd>The attribute would be useful for letting websites track visitors' clicks.</dd>
<dt>browser.sessionstore.max_tabs_undo = 0</dt> <dt>browser.sessionstore.max_tabs_undo = 0</dt>
<dd>Even with Firefox set to not remember history, your closed tabs are stored temporarily at Menu -&gt; History -&gt; Recently Closed Tabs.</dd> <dd>Even with Firefox set to not remember history, your closed tabs are stored temporarily at Menu -&gt; History -&gt; Recently Closed Tabs.</dd>