Adding privacy.resistFingerprinting and privacy.firstparty.isolate documentation for about:config tweaks for FF (Issue: 272) #284

Merged
C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N merged 1 commits from patch-6 into master 2017-08-06 12:22:49 +00:00

View File

@ -952,6 +952,16 @@
<ul> <ul>
<li>This is Mozillas new built in tracking protection. It uses Disconnect.me filter list, which is redundant if you are already using uBlock Origin 3rd party filters, therefore you should set it to false if you are using the add-on functionalities.</li> <li>This is Mozillas new built in tracking protection. It uses Disconnect.me filter list, which is redundant if you are already using uBlock Origin 3rd party filters, therefore you should set it to false if you are using the add-on functionalities.</li>
</ul> </ul>
<li>privacy.resistFingerprinting = true</li>
<ul>
<li>A result of the <a href="https://wiki.mozilla.org/Security/Tor_Uplift">Tor Uplift</a> effort, this preference makes Firefox more resistant to browser fingerprinting.</li>
</ul>
<li>privacy.firstparty.isolate = true</li>
<ul>
<li>A result of the <a href="https://wiki.mozilla.org/Security/Tor_Uplift">Tor Uplift</a> effort, this preference isolates all browser identifier sources (e.g. cookies) to the first party domain, with the goal of preventing tracking across different domains.</li>
</ul>
<li>geo.enabled = false</li> <li>geo.enabled = false</li>
<ul> <ul>