Merge pull request #412 from Kcchouette/patch-1

Close the parentheses
This commit is contained in:
Kewde
2018-03-25 10:23:33 +00:00
committed by GitHub

View File

@ -953,7 +953,7 @@
<ol>
<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. (Don't do this if you are using the Firefox Addon "Cookie AutoDelete".</li>
<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. (Don't do this if you are using the Firefox Addon "Cookie AutoDelete".)</li>
</ul>
<li>privacy.resistFingerprinting = true</li>