Skip to content

Commit 9b83d9e

Browse files
authored
Merge pull request #102 from rxu/fix-manifest-request
2 parents 4d5c5a1 + 7f0be8d commit 9b83d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/all/template/event/overall_header_head_append.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="application-name" content="{{ SHORT_SITE_NAME }}">
1515

1616
<!-- Link to app's configuration manifest -->
17-
<link rel="manifest" href="{{ U_MANIFEST_URL }}">
17+
<link rel="manifest" href="{{ U_MANIFEST_URL }}" crossorigin="use-credentials">
1818

1919
{% if U_TOUCH_ICON %}
2020
<!-- App icon for iOS, a fallback to icons defined in the manifest -->

0 commit comments

Comments
 (0)