mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Add crossorigin use-credentials attribute to manifest tag
This commit is contained in:
parent
802e5ac151
commit
69811b1291
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
<link rel="icon" type="image/png" href="/Content/Images/favicon/favicon-194x194.png" sizes="194x194">
|
||||
<link rel="icon" type="image/png" href="/Content/Images/favicon/android-chrome-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="/Content/Images/favicon/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/Content/Images/favicon/manifest.json">
|
||||
<link rel="manifest" href="/Content/Images/favicon/manifest.json" crossorigin="use-credentials">
|
||||
<link rel="mask-icon" href="/Content/Images/favicon/safari-pinned-tab.svg" color="#ffc230">
|
||||
<link rel="shortcut icon" href="/Content/Images/favicon/favicon.ico">
|
||||
<meta name="apple-mobile-web-app-title" content="Radarr">
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<link rel="icon" type="image/png" href="/Content/Images/favicon/favicon-194x194.png" sizes="194x194">
|
||||
<link rel="icon" type="image/png" href="/Content/Images/favicon/android-chrome-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="/Content/Images/favicon/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/Content/Images/favicon/manifest.json">
|
||||
<link rel="manifest" href="/Content/Images/favicon/manifest.json" crossorigin="use-credentials">
|
||||
<link rel="mask-icon" href="/Content/Images/favicon/safari-pinned-tab.svg" color="#ffc230">
|
||||
<link rel="shortcut icon" href="/Content/Images/favicon/favicon.ico">
|
||||
<meta name="apple-mobile-web-app-title" content="Radarr">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue