forked from Yuka/c3h-nixfiles
		
	add some chromium policies
This commit is contained in:
		
							parent
							
								
									e72d22c5bc
								
							
						
					
					
						commit
						7549ce0707
					
				
					 1 changed files with 28 additions and 0 deletions
				
			
		|  | @ -22,4 +22,32 @@ | ||||||
| 
 | 
 | ||||||
|     desktopManager.mate.enable = true; |     desktopManager.mate.enable = true; | ||||||
|   }; |   }; | ||||||
|  | 
 | ||||||
|  |   programs.chromium = { | ||||||
|  |     enable = true; | ||||||
|  |     extensions = [ | ||||||
|  |       "cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin | ||||||
|  |     ]; | ||||||
|  |     extraOpts = { | ||||||
|  |       DefaultSearchProviderEnabled = true; | ||||||
|  |       DefaultSearchProviderName = "DuckDuckGo"; | ||||||
|  |       DefaultSearchProviderIconURL = "https://duckduckgo.com/favicon.ico"; | ||||||
|  |       DefaultSearchProviderSearchURL = "https://duckduckgo.com/?q={searchTerms}"; | ||||||
|  |       DefaultSearchProviderSuggestURL = "https://duckduckgo.com/ac/?q={searchTerms}&type=list"; | ||||||
|  | 
 | ||||||
|  |       DefaultBrowserSettingEnabled = false; | ||||||
|  |       BlockThirdPartyCookies = true; | ||||||
|  | 
 | ||||||
|  |       BrowserSignin = 0; | ||||||
|  |       SyncDisabled = true; | ||||||
|  |       PasswordManagerEnabled = false; | ||||||
|  | 
 | ||||||
|  |       # Send less data to Google | ||||||
|  |       SafeBrowsingProtectionLevel = 0; | ||||||
|  |       UrlKeyedAnonymizedDataCollectionEnabled = false; | ||||||
|  |       SafeBrowsingExtendedReportingEnabled = false; | ||||||
|  |       SpellCheckServiceEnabled = false; | ||||||
|  |       AdvancedProtectionAllowed = false; | ||||||
|  |     }; | ||||||
|  |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue