Disable ServiceWorker

This commit is contained in:
syuilo
2019-05-03 08:22:44 +09:00
parent abf11bb03c
commit 289c76a802
2 changed files with 4 additions and 39 deletions

View File

@@ -173,9 +173,10 @@ export default class MiOS extends EventEmitter {
// Init service worker
if (this.shouldRegisterSw) {
this.getMeta().then(data => {
this.registerSw(data.swPublickey);
});
// #4813
//this.getMeta().then(data => {
// this.registerSw(data.swPublickey);
//});
}
};