From e01bea1b81d79ce525f9610361e0b651290e46a7 Mon Sep 17 00:00:00 2001 From: wengtad Date: Tue, 1 Jun 2021 10:44:29 +0800 Subject: [PATCH] fix pwa not working behind an authenticated proxy (#452) --- frontend/vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 62e6ac0b1252..af79fd15455b 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -33,6 +33,7 @@ module.exports = { msTileColor: manifestJSON.background_color, appleMobileWebAppCapable: "yes", appleMobileWebAppStatusBarStyle: "black", + manifestCrossorigin: "use-credentials", workboxPluginMode: "InjectManifest", workboxOptions: {