aboutsummaryrefslogtreecommitdiffhomepage
path: root/template
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
parenta04fe1aa7ec53418c25a43938273a439981e7412 (diff)
Pass auth header to manifest request
Diffstat (limited to 'template')
-rw-r--r--template/common.go4
-rw-r--r--template/html/common/layout.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/template/common.go b/template/common.go
index 7ad04cd..9590cda 100644
--- a/template/common.go
+++ b/template/common.go
@@ -83,7 +83,7 @@ var templateCommonMap = map[string]string{
<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">
@@ -247,6 +247,6 @@ var templateCommonMap = map[string]string{
var templateCommonMapChecksums = map[string]string{
"entry_pagination": "4faa91e2eae150c5e4eab4d258e039dfdd413bab7602f0009360e6d52898e353",
"item_meta": "34deb081a054f2948ad808bdb2c8603d6ab00c58f2f50c4ead0b47ae092888eb",
- "layout": "cc9ae6a3c430a6be67787318292e1bcec7bf27e96a4f6664dcebc5d19419cfba",
+ "layout": "0204dc6636be38ff00a2ad6b70ac56c4ae8f8fb0a27f987a73819520129cbb84",
"pagination": "3386e90c6e1230311459e9a484629bc5d5bf39514a75ef2e73bbbc61142f7abb",
}
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">