Skip to content

Commit

Permalink
Protect manifest request by CORS to prevent guest sessions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu committed Dec 17, 2024
1 parent 4d5c5a1 commit 288a9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/all/template/event/overall_header_head_append.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="application-name" content="{{ SHORT_SITE_NAME }}">

<!-- Link to app's configuration manifest -->
<link rel="manifest" href="{{ U_MANIFEST_URL }}">
<link rel="manifest" href="{{ U_MANIFEST_URL }}" crossorigin="">

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

0 comments on commit 288a9e7

Please sign in to comment.