Browse Source
			
			
			Merge pull request #7020 from Fiech/master
			
				Extended list of sensitive configuration values (2)
			
			
				pull/7094/head
			
			
		 
		
			
				
					
						 Morris Jobke
					
					8 years ago
						Morris Jobke
					
					8 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 4AEE18F83AFDEB23
				  	
				  
				
			
		
		
		
	
		
			
				 1 changed files with 
0 additions and 
2 deletions
			 
			
		 
		
			
				- 
					
					
					 
					lib/private/SystemConfig.php
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -39,9 +39,7 @@ class SystemConfig { | 
			
		
	
		
			
				
					|  |  |  | 	/** @var array */ | 
			
		
	
		
			
				
					|  |  |  | 	protected $sensitiveValues = [ | 
			
		
	
		
			
				
					|  |  |  | 		'instanceid' => true, | 
			
		
	
		
			
				
					|  |  |  | 		'trusted_domains' => true, | 
			
		
	
		
			
				
					|  |  |  | 		'datadirectory' => true, | 
			
		
	
		
			
				
					|  |  |  | 		'overwrite.cli.url' => true, | 
			
		
	
		
			
				
					|  |  |  | 		'dbname' => true, | 
			
		
	
		
			
				
					|  |  |  | 		'dbhost' => true, | 
			
		
	
		
			
				
					|  |  |  | 		'dbpassword' => true, | 
			
		
	
	
		
			
				
					|  |  | 
 |