Update favicons.html
added crossorigin="use-credentials" to avoid 401 if the Site is protected with Http Basic Auth https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link
This commit is contained in:
parent
e6ab5a45cd
commit
c7fd5ff155
|
@ -2,4 +2,4 @@
|
|||
<link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | relURL }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ "favicon-32x32.png" | relURL }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ "favicon-16x16.png" | relURL }}">
|
||||
<link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
|
||||
<link rel="manifest" crossorigin="use-credentials" href="{{ "site.webmanifest" | relURL }}">
|
||||
|
|
Loading…
Reference in New Issue