The great browser section cleanup #2081

Open
dngray wants to merge 16 commits from pr-browser_cleanup_1257_1328_1430 into master
1 changed files with 2 additions and 4 deletions
Showing only changes of commit 8a67a6faf2 - Show all commits

View File

@ -52,16 +52,14 @@
<dt>network.cookie.cookieBehavior = 1</dt>
<dd>
Disable cookies
Disable cookies. 2 is likely to break some sites. 4 is the default default. 1 is more strict than 4.
<ul>
<li>0 = Accept all cookies by default</li>
<li>1 = Only accept from the originating site (block third-party cookies)</li>
<li>2 = Block all cookies by default</li>
<li>4 = Block Cross-site and social media trackers</li>
</ul>
</dd>
<dt>network.http.referer.XOriginPolicy = 2</dt>
<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>