This commit is contained in:
Daniel Gray 2020-10-16 03:46:04 +00:00
parent abce0c369f
commit 8a67a6faf2
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

View File

@ -52,16 +52,14 @@
<dt>network.cookie.cookieBehavior = 1</dt> <dt>network.cookie.cookieBehavior = 1</dt>
<dd> <dd>
Disable cookies Disable cookies. 2 is likely to break some sites. 4 is the default default. 1 is more strict than 4.
<ul> <ul>
<li>0 = Accept all cookies by default</li>
<li>1 = Only accept from the originating site (block third-party cookies)</li> <li>1 = Only accept from the originating site (block third-party cookies)</li>
<li>2 = Block all cookies by default</li> <li>2 = Block all cookies by default</li>
<li>4 = Block Cross-site and social media trackers</li>
</ul> </ul>
</dd> </dd>
<dt>network.http.referer.XOriginPolicy = 2</dt> <dt>network.http.referer.XOriginPolicy = 2</dt>
<dd> <dd>
Only send <code>Referer</code> header when the full hostnames match. (Note: if you notice significant breakage, you might try <code>1</code> combined with an <code>XOriginTrimmingPolicy</code> tweak below.) <a href="https://feeding.cloud.geek.nz/posts/tweaking-referrer-for-privacy-in-firefox/">Source</a> Only send <code>Referer</code> header when the full hostnames match. (Note: if you notice significant breakage, you might try <code>1</code> combined with an <code>XOriginTrimmingPolicy</code> tweak below.) <a href="https://feeding.cloud.geek.nz/posts/tweaking-referrer-for-privacy-in-firefox/">Source</a>