Merge pull request #284 from C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N/patch-6

Adding `privacy.resistFingerprinting` and `privacy.firstparty.isolate` documentation for about:config tweaks for FF (Issue: 272)
This commit is contained in:
Burung Hantu 2017-08-06 20:22:48 +08:00 committed by GitHub
commit 87b3d64158

View File

@ -951,6 +951,16 @@
<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>
</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>
<ul>