fix pwa not working behind an authenticated proxy

This commit is contained in:
Weng Tad 2021-06-01 08:42:54 +08:00
commit 5a07f17609

View file

@ -33,6 +33,7 @@ module.exports = {
msTileColor: manifestJSON.background_color, msTileColor: manifestJSON.background_color,
appleMobileWebAppCapable: "yes", appleMobileWebAppCapable: "yes",
appleMobileWebAppStatusBarStyle: "black", appleMobileWebAppStatusBarStyle: "black",
manifestCrossorigin: "use-credentials",
workboxPluginMode: "InjectManifest", workboxPluginMode: "InjectManifest",
workboxOptions: { workboxOptions: {