mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Pass auth header to manifest request
This commit is contained in:
parent
a04fe1aa7e
commit
f783b135c7
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-title" content="Miniflux">
|
||||
<link rel="manifest" href="{{ route "webManifest" }}">
|
||||
<link rel="manifest" href="{{ route "webManifest" }}" crossorigin="use-credentials"/>
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue