From 13ee45e7a12c1a2bdb7cd3c5fbd0f092cb8d429d Mon Sep 17 00:00:00 2001 From: Sebastian Haas Date: Sun, 17 Sep 2023 10:46:37 +0200 Subject: [PATCH] support fetching manifest file with credentials If the manifest requires credentials to fetch, the crossorigin attribute must be set to use-credentials, even if the manifest file is in the same origin as the current page. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 597cd3d..5def1ed 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - +