Add crossorigin use-credentials attribute to manifest tag

Patrick Koenig 4 years ago committed by Qstick
parent 802e5ac151
commit 69811b1291

@ -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…
Cancel
Save