From 5a07f17609f14de96d46fc92d906e9ccad6d4c14 Mon Sep 17 00:00:00 2001 From: Weng Tad Date: Tue, 1 Jun 2021 08:42:54 +0800 Subject: [PATCH] fix pwa not working behind an authenticated proxy --- frontend/vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 62e6ac0b1..af79fd154 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: {