]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c3412d8
)
Add crossorigin attribute to manifest link
author
Yugo Takano
<redacted>
Thu, 2 Oct 2025 12:39:22 +0000
(21:39 +0900)
committer
Dan Brown
<redacted>
Sun, 5 Oct 2025 14:18:40 +0000
(15:18 +0100)
resources/views/layouts/base.blade.php
patch
|
blob
|
history
diff --git
a/resources/views/layouts/base.blade.php
b/resources/views/layouts/base.blade.php
index a6d908fc06c211b099763e19600494a15f6ced4f..b868cb888047bf0a09b108669ec1293201260656 100644
(file)
--- a/
resources/views/layouts/base.blade.php
+++ b/
resources/views/layouts/base.blade.php
@@
-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 -->