1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-10-23 18:48:37 +03:00

Add crossorigin attribute to manifest link

This commit is contained in:
Yugo Takano
2025-10-02 21:39:22 +09:00
committed by GitHub
parent 08dfff05f4
commit fcef1a7948

View File

@@ -29,7 +29,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="{{ setting('app-icon-32') ?: url('/icon-32.png') }}">
<!-- PWA -->
<link rel="manifest" href="{{ url('/manifest.json') }}">
<link rel="manifest" href="{{ url('/manifest.json') }}" crossorigin="use-credentials">
<meta name="mobile-web-app-capable" content="yes">
<!-- OpenSearch -->