Skip to content

Commit

Permalink
use credentials for webmanifest (#10447)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Mar 14, 2024
1 parent 8937e3f commit a660e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
href="/images/favicon-16x16.png"
/>
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials" />
<link rel="mask-icon" href="/images/favicon.svg" color="#3b82f7" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
Expand Down

0 comments on commit a660e3a

Please sign in to comment.