From 817b5c8133c1f282314184a8b1671cdeb0b290e4 Mon Sep 17 00:00:00 2001 From: flechaig Date: Fri, 25 Mar 2022 09:05:07 +0100 Subject: [PATCH] Avoid HTTP 401 error on manifest.json due to CORS Because of CORS, the manifest.json request returns an HTTP 401 error. Explaination: https://github.com/koajs/basic-auth/issues/19 --- resources/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/index.html b/resources/index.html index fe45cb7..7ac9aaf 100644 --- a/resources/index.html +++ b/resources/index.html @@ -2,7 +2,7 @@ {{ .title }} - +