add crossorigin="use-credentials" to site.webmanifest

This commit is contained in:
nikk gitanes
2023-03-28 14:05:14 +03:00
parent a36dda0b23
commit d6d22b51ec

View File

@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="manifest" href="/site.webmanifest"> <link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials">
<meta name="msapplication-TileColor" content="#00a572"> <meta name="msapplication-TileColor" content="#00a572">
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent' > <meta name='apple-mobile-web-app-status-bar-style' content='black-translucent' >
<meta name="theme-color" content="#ffffff"> <meta name="theme-color" content="#ffffff">