mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	fix(web): add crossorigin to link manifest for PWA (#13708)
Fix for 13695 add crossorigin to link manifest for PWA
This commit is contained in:
		
							parent
							
								
									7e9fb5df5e
								
							
						
					
					
						commit
						a1dd587590
					
				@ -86,7 +86,7 @@
 | 
			
		||||
 | 
			
		||||
<svelte:head>
 | 
			
		||||
  <title>{$page.data.meta?.title || 'Web'} - Immich</title>
 | 
			
		||||
  <link rel="manifest" href="/manifest.json" />
 | 
			
		||||
  <link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
 | 
			
		||||
  <meta name="theme-color" content="currentColor" />
 | 
			
		||||
  <AppleHeader />
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user