Browse Source
			
			
			Update src/util.rs
			
				Co-authored-by: William Desportes <williamdes@wdes.fr>
			
			
				pull/1845/head
			
			
		 
		
			
				
					
						 Kaito Udagawa
					
					4 years ago
						Kaito Udagawa
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/util.rs
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -31,7 +31,7 @@ impl Fairing for AppHeaders { | 
			
		
	
		
		
			
				
					|  |  |         let csp = format!( |  |  |         let csp = format!( | 
			
		
	
		
		
			
				
					|  |  |             // Chrome Web Store: https://chrome.google.com/webstore/detail/bitwarden-free-password-m/nngceckbapebfimnlniiiahkandclblb
 |  |  |             // Chrome Web Store: https://chrome.google.com/webstore/detail/bitwarden-free-password-m/nngceckbapebfimnlniiiahkandclblb
 | 
			
		
	
		
		
			
				
					|  |  |             // Edge Add-ons: https://microsoftedge.microsoft.com/addons/detail/bitwarden-free-password/jbkfoedolllekgbhcbcoahefnbanhhlh?hl=en-US
 |  |  |             // Edge Add-ons: https://microsoftedge.microsoft.com/addons/detail/bitwarden-free-password/jbkfoedolllekgbhcbcoahefnbanhhlh?hl=en-US
 | 
			
		
	
		
		
			
				
					
					|  |  |             // Firefox Browser Add-ons: https://addons.mozilla.org/ja/firefox/addon/bitwarden-password-manager/
 |  |  |             // Firefox Browser Add-ons: https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/
 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |             "frame-ancestors 'self' chrome-extension://nngceckbapebfimnlniiiahkandclblb chrome-extension://jbkfoedolllekgbhcbcoahefnbanhhlh moz-extension://* {};", |  |  |             "frame-ancestors 'self' chrome-extension://nngceckbapebfimnlniiiahkandclblb chrome-extension://jbkfoedolllekgbhcbcoahefnbanhhlh moz-extension://* {};", | 
			
		
	
		
		
			
				
					|  |  |             CONFIG.allowed_iframe_ancestors() |  |  |             CONFIG.allowed_iframe_ancestors() | 
			
		
	
		
		
			
				
					|  |  |         ); |  |  |         ); | 
			
		
	
	
		
		
			
				
					|  | 
 |