Skip to content

Commit c7fd5ff

Browse files
authored
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
1 parent e6ab5a4 commit c7fd5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/head/favicons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | relURL }}">
33
<link rel="icon" type="image/png" sizes="32x32" href="{{ "favicon-32x32.png" | relURL }}">
44
<link rel="icon" type="image/png" sizes="16x16" href="{{ "favicon-16x16.png" | relURL }}">
5-
<link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
5+
<link rel="manifest" crossorigin="use-credentials" href="{{ "site.webmanifest" | relURL }}">

0 commit comments

Comments
 (0)