Add a Firefox tweak to disable autocomplete URL preloading

This commit is contained in:
Scott Bennett 2017-08-10 11:57:31 -04:00
parent 07002e20e6
commit c33ee6390e

View File

@ -980,6 +980,11 @@
<li>Even with Firefox set to not remember history, your closed tabs are stored temporarily at Menu -&gt; History -&gt; Recently Closed Tabs.</li>
</ul>
<li>browser.urlbar.speculativeConnect.enabled = false</li>
<ul>
<li>Disable preloading of autocomplete URLs. Firefox preloads URLs that autocomplete when a user types into the address bar, which is a concern if URLs are suggested that the user does not want to connect to. <a href="https://www.ghacks.net/2017/07/24/disable-preloading-firefox-autocomplete-urls/">Source</a></li>
</ul>
<li>dom.battery.enabled = false</li>
<ul>
<li>Website owners can track the battery status of your device. <a href="https://www.reddit.com/r/privacytoolsIO/comments/3fzbgy/you_may_be_tracked_by_your_battery_status_of_your/">Source</a></li>