Skip to content

Commit 5808125

Browse files
authored
Merge pull request #4640 from zyzzmohit/feature/fix-manifest-cors-4572
fix(frontend): add crossorigin to manifest link
2 parents 61545df + 49700fc commit 5808125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
manifest.json provides metadata used when your web app is installed on a
1717
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1818
-->
19-
<link rel="manifest" href="/manifest.json" />
19+
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
2020
<!--
2121
Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will
2222
work correctly both with client-side routing and a non-root public URL.

0 commit comments

Comments
 (0)