set manifest link to use-credentials ensuring that cookies are passed with that request

This commit is contained in:
Johnny Walker 2022-12-14 21:36:19 -05:00 committed by GitHub
parent bc93071167
commit f1611fbafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
<link rel="mask-icon" href="{% static 'assets/safari-pinned-tab.svg' %}" color="#161616"> <link rel="mask-icon" href="{% static 'assets/safari-pinned-tab.svg' %}" color="#161616">
<link rel="apple-touch-icon" href="{% static 'assets/apple-touch-icon.png' %}" sizes="180x180"> <link rel="apple-touch-icon" href="{% static 'assets/apple-touch-icon.png' %}" sizes="180x180">
<link rel="manifest" href="{% url 'web_manifest' %}"> <link rel="manifest" crossorigin="use-credentials" href="{% url 'web_manifest' %}">
<meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/mstile-144x144.png"> <meta name="msapplication-TileImage" content="/mstile-144x144.png">