Skip to content

Commit ff328f7

Browse files
petslanedceejay
authored andcommitted
Added crossorigin attribute to manifest link (#560)
The use-credentials value must be used when fetching a manifest that requires credentials, even if the file is from the same origin.
1 parent 003e6d4 commit ff328f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="apple-mobile-web-app-title" content="Node-RED">
2727
<meta name="mobile-web-app-capable" content="yes">
2828
<meta http-equiv="X-UA-Compatible" content="IE=edge">
29-
<link rel="manifest" href="manifest.json">
29+
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
3030
<link rel="icon" sizes="192x192" href="icon192x192.png">
3131
<link rel="shortcut icon" type="image/png" href="icon64x64.png">
3232
<link rel="apple-touch-icon" href="icon120x120.png">

0 commit comments

Comments
 (0)