From 982559e1534cc995b4af5b325c5db5da4c679366 Mon Sep 17 00:00:00 2001 From: Mobius K Date: Sat, 28 Mar 2020 17:23:03 -0400 Subject: [PATCH] Adding crossorigin to manifest.json request Without this call, basic auth will block manifest requests. --- templates/layout.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.pug b/templates/layout.pug index 9f620e6..71d8e1e 100644 --- a/templates/layout.pug +++ b/templates/layout.pug @@ -13,7 +13,7 @@ html(lang="en") link(rel="shortcut icon" href="favicon.ico") link(rel="stylesheet" href="bluetooth-class.css") - link(rel="manifest" href="manifest.json") + link(rel="manifest" href="manifest.json" crossorigin="use-credentials") body .container.mdc-layout-grid