Skip to content

Commit 7e78afb

Browse files
authored
Merge pull request #306 from FileFabrik/master
fix: add crossorigin attribute to webmanifest link
2 parents 33ccb71 + c7fd5ff commit 7e78afb

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)