mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-06 15:42:17 +01:00
Update CommonHead.tsx with crossorigin="use-credentials"
This commit is contained in:
@@ -9,7 +9,7 @@ export const CommonHead = () => {
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||
<link rel="shortcut icon" href="/imgs/favicon/favicon.svg" />
|
||||
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<link crossorigin="use-credentials" rel="manifest" href="/site.webmanifest" />
|
||||
|
||||
{/* configure apple splash screen & touch icon */}
|
||||
<link rel="apple-touch-icon" href="/imgs/favicon/favicon.svg" />
|
||||
|
||||
Reference in New Issue
Block a user