aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common
diff options
context:
space:
mode:
authorGravatar Pierre Dubouilh <pldubouilh@users.noreply.github.com>2019-07-05 08:13:25 +0200
committerGravatar fguillot <fred@miniflux.net>2019-07-04 23:13:25 -0700
commitf783b135c770449f5890e4ef71ff682e95f36b55 (patch)
treeef733c463b80a8b8f75e740a5584802538bdd44c /template/html/common
parenta04fe1aa7ec53418c25a43938273a439981e7412 (diff)
Pass auth header to manifest request
Diffstat (limited to 'template/html/common')
-rw-r--r--template/html/common/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index 5431e90..b095385 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -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">