mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 10:18:19 +02:00 
			
		
		
		
	Make sure the icons are displayed correctly in desktop clients (#5469)
This commit is contained in:
		| @@ -55,7 +55,10 @@ impl Fairing for AppHeaders { | |||||||
|         res.set_raw_header("Referrer-Policy", "same-origin"); |         res.set_raw_header("Referrer-Policy", "same-origin"); | ||||||
|         res.set_raw_header("X-Content-Type-Options", "nosniff"); |         res.set_raw_header("X-Content-Type-Options", "nosniff"); | ||||||
|         res.set_raw_header("X-Robots-Tag", "noindex, nofollow"); |         res.set_raw_header("X-Robots-Tag", "noindex, nofollow"); | ||||||
|         res.set_raw_header("Cross-Origin-Resource-Policy", "same-origin"); |  | ||||||
|  |         if !res.headers().get_one("Content-Type").is_some_and(|v| v.starts_with("image/")) { | ||||||
|  |             res.set_raw_header("Cross-Origin-Resource-Policy", "same-origin"); | ||||||
|  |         } | ||||||
|  |  | ||||||
|         // Obsolete in modern browsers, unsafe (XS-Leak), and largely replaced by CSP |         // Obsolete in modern browsers, unsafe (XS-Leak), and largely replaced by CSP | ||||||
|         res.set_raw_header("X-XSS-Protection", "0"); |         res.set_raw_header("X-XSS-Protection", "0"); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user