mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
Merge pull request #6764 from rxu/ticket/17457
[ticket/17457] Protect manifest request by CORS to prevent guest sessions
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<link href="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
|
||||
<!-- ENDIF -->
|
||||
|
||||
<link rel="manifest" href="{{ U_MANIFEST }}">
|
||||
<link rel="manifest" href="{{ U_MANIFEST }}" crossorigin="use-credentials">
|
||||
|
||||
<!-- EVENT overall_header_head_append -->
|
||||
|
||||
|
Reference in New Issue
Block a user