[ticket/17457] Protect manifest request by CORS to prevent guest sessions

PHPBB-17457
This commit is contained in:
rxu 2024-12-17 16:23:03 +07:00
parent 1096b094cb
commit 6c77240e0c
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -62,7 +62,7 @@
<link href="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet"> <link href="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<!-- ENDIF --> <!-- ENDIF -->
<link rel="manifest" href="{{ U_MANIFEST }}"> <link rel="manifest" href="{{ U_MANIFEST }}" crossorigin="">
<!-- EVENT overall_header_head_append --> <!-- EVENT overall_header_head_append -->