Use 2 spaces for indent, no bold.

This commit is contained in:
Daniel Nathan Gray 2020-03-08 04:52:54 +00:00 committed by GitHub
parent 1455e1f519
commit 13780ef47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,11 +105,11 @@
<dd>
Prefetching causes cookies from the prefetched site to be loaded and other potentially unwanted behavior. Details <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ">here</a> and <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-DNS-Prefetch-Control">here</a>.
<ul>
<li><b>network.prefetch-next = false</b></li>
<li><b>network.dns.disablePrefetch = true</b></li>
<li><b>network.dns.disablePrefetchFromHTTPS = true</b></li>
<li><b>network.predictor.enabled = false</b></li>
<li><b>network.predictor.enable-prefetch = false</b></li>
<li>network.prefetch-next = false</li>
<li>network.dns.disablePrefetch = true</li>
<li>network.dns.disablePrefetchFromHTTPS = true</li>
<li>network.predictor.enabled = false</li>
<li>network.predictor.enable-prefetch = false</li>
</dd>
<dt>network.IDN_show_punycode = true</dt>
@ -120,7 +120,7 @@
<h3 id="user.js">Firefox user.js Templates</h3>
<ul>
<li><a href="https://github.com/ghacksuserjs/ghacks-user.js">ghacks-user.js</a> - An ongoing comprehensive user.js template for configuring and hardening Firefox privacy, security and anti-fingerprinting.</li>
<li><a href="https://github.com/ghacksuserjs/ghacks-user.js">ghacks-user.js</a> - An ongoing comprehensive user.js template for configuring and hardening Firefox privacy, security and anti-fingerprinting.</li>
</ul>