]> BookStack Code Mirror - bookstack/commitdiff
Add crossorigin attribute to manifest link
authorYugo Takano <redacted>
Thu, 2 Oct 2025 12:39:22 +0000 (21:39 +0900)
committerDan Brown <redacted>
Sun, 5 Oct 2025 14:18:40 +0000 (15:18 +0100)
resources/views/layouts/base.blade.php

index a6d908fc06c211b099763e19600494a15f6ced4f..b868cb888047bf0a09b108669ec1293201260656 100644 (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 -->