Skip to content

Commit 7bbf3f8

Browse files
authored
Merge pull request #4302 from m0sth8/manifest-crossorigin-use-credentials
Send credentials when fetching the web app manifest (crossorigin="use-credentials")
2 parents 0714ebd + 196bdc0 commit 7bbf3f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function ({ children }) {
2929
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
3030
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
3131
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
32-
<link rel="manifest" href="/site.webmanifest" />
32+
<link rel="manifest" href="/site.webmanifest" crossOrigin="use-credentials" />
3333
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
3434
<meta name="msapplication-TileColor" content="#da532c" />
3535
<meta name="theme-color" content="#fafafa" media="(prefers-color-scheme: light)" />

0 commit comments

Comments
 (0)