fix: add crossorigin attribute to manifest.json link in index.html (#736)
* fix: add crossorigin attribute * Update index.html --------- Co-authored-by: Robert Schelling <robert.schelling@neckar.it> Co-authored-by: TwiN <twin@linux.com>
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<meta name="description" content="{{ .Description }}" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
|
Reference in New Issue
Block a user