mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-31 19:46:34 +00:00 
			
		
		
		
	Use consistent capitalization for the browser configuration
Closes #45 Issue #45
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Victorhck
					Victorhck