fix pwa not working behind an authenticated proxy (#452)

This commit is contained in:
wengtad 2021-06-01 10:44:29 +08:00 committed by GitHub
parent 22d9309112
commit e01bea1b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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