Use consistent capitalization for the browser configuration

Closes #45

Issue #45
This commit is contained in:
Victorhck 2016-04-27 23:35:20 +02:00 committed by Alex Booker
parent 970feccadf
commit a61a6f655c

View File

@ -792,9 +792,9 @@ Highly customizable plugin to selectively allow Javascript, Java, and Flash to r
<li>network.cookie.cookieBehavior = 1</li>
<ul>
<li>Disable cookies</li>
<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>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>
</ul>
<li>network.cookie.lifetimePolicy = 2</li>