set manifest link to use-credentials ensuring that cookies are passed with that request
This commit is contained in:
parent
bc93071167
commit
f1611fbafd
@ -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">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user