mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	use credentials for webmanifest (#10447)
This commit is contained in:
		
							parent
							
								
									8937e3fd59
								
							
						
					
					
						commit
						a660e3ae27
					
				@ -23,7 +23,7 @@
 | 
			
		||||
      href="/images/favicon-16x16.png"
 | 
			
		||||
    />
 | 
			
		||||
    <link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
 | 
			
		||||
    <link rel="manifest" href="/site.webmanifest" />
 | 
			
		||||
    <link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials" />
 | 
			
		||||
    <link rel="mask-icon" href="/images/favicon.svg" color="#3b82f7" />
 | 
			
		||||
    <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
 | 
			
		||||
    <meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user