Skip to content

Commit 288a9e7

Browse files
committed
Protect manifest request by CORS to prevent guest sessions.
1 parent 4d5c5a1 commit 288a9e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/all/template/event/overall_header_head_append.html

Lines changed: 1 addition & 1 deletion
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="">
1818

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

0 commit comments

Comments
 (0)