mirror of
				https://github.com/Brandon-Rozek/website.git
				synced 2025-10-30 13:41:12 +00:00 
			
		
		
		
	New Post
This commit is contained in:
		
							parent
							
								
									42fd45d2ba
								
							
						
					
					
						commit
						382ecaea6d
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								content/blog/firefoxprivacyconfigs.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								content/blog/firefoxprivacyconfigs.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | ||||||
|  | --- | ||||||
|  | title: "Firefox Privacy Configuration" | ||||||
|  | date: 2020-06-26T22:35:05-04:00 | ||||||
|  | draft: false | ||||||
|  | tags: [] | ||||||
|  | --- | ||||||
|  | 
 | ||||||
|  | Firefox has a great number of configurable options when it comes to privacy. I first discovered this as I was browsing [privacytools.io](https://www.privacytools.io/browsers/) recommendations. Mozilla also has a [privacy task force](https://wiki.mozilla.org/Privacy/Privacy_Task_Force/firefox_about_config_privacy_tweeks) documenting some these options. I later learned that there is a website called [Firefox Profilemaker](https://ffprofile.com/) that takes the user step by step creating a privacy preserving profile. | ||||||
|  | 
 | ||||||
|  | Here are the list of settings in `about:config` that I found most interesting, | ||||||
|  | 
 | ||||||
|  | | Flag                         | Description                                                  | | ||||||
|  | | ---------------------------- | ------------------------------------------------------------ | | ||||||
|  | | privacy.resistFingerprinting | Attempts to [resist fingerprinting](https://wiki.mozilla.org/Security/Fingerprinting). | | ||||||
|  | | privacy.firstparty.isolate   | Isolates cookies to the first party domain to prevent tracking across domains. | | ||||||
|  | | network.IDN_show_punycode    | Render internationalized domain name (IDN) as Punycode equivalent to help against [phishing attacks](https://en.wikipedia.org/wiki/IDN_homograph_attack). | | ||||||
|  | 
 | ||||||
|  | [Hold Integrity released a tool](https://holdintegrity.com/checker) to check IDNs and see if there are any look alikes domains registered on the Internet.  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue