We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003e6d4 commit ff328f7Copy full SHA for ff328f7
src/index.html
@@ -26,7 +26,7 @@
26
<meta name="apple-mobile-web-app-title" content="Node-RED">
27
<meta name="mobile-web-app-capable" content="yes">
28
<meta http-equiv="X-UA-Compatible" content="IE=edge">
29
- <link rel="manifest" href="manifest.json">
+ <link rel="manifest" href="manifest.json" crossorigin="use-credentials">
30
<link rel="icon" sizes="192x192" href="icon192x192.png">
31
<link rel="shortcut icon" type="image/png" href="icon64x64.png">
32
<link rel="apple-touch-icon" href="icon120x120.png">
0 commit comments