Skip to content

Commit a7b30c2

Browse files
tfnh621ssddanbrown
authored andcommitted
Add crossorigin attribute to manifest link
1 parent c3412d8 commit a7b30c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/base.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class="{{ setting()->getForCurrentUser('dark-mode-enabled') ? 'dark-mode ' : ''
2929
<link rel="icon" type="image/png" sizes="32x32" href="{{ setting('app-icon-32') ?: url('/icon-32.png') }}">
3030

3131
<!-- PWA -->
32-
<link rel="manifest" href="{{ url('/manifest.json') }}">
32+
<link rel="manifest" href="{{ url('/manifest.json') }}" crossorigin="use-credentials">
3333
<meta name="mobile-web-app-capable" content="yes">
3434

3535
<!-- OpenSearch -->

0 commit comments

Comments
 (0)