|
@@ -67,7 +67,7 @@ if (!self.define) {
|
|
|
});
|
|
|
};
|
|
|
}
|
|
|
-define(['./workbox-42eaa92f'], (function (workbox) { 'use strict';
|
|
|
+define(['./workbox-16108a29'], (function (workbox) { 'use strict';
|
|
|
|
|
|
self.addEventListener('message', event => {
|
|
|
if (event.data && event.data.type === 'SKIP_WAITING') {
|
|
@@ -85,19 +85,12 @@ define(['./workbox-42eaa92f'], (function (workbox) { 'use strict';
|
|
|
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
|
|
}, {
|
|
|
"url": "index.html",
|
|
|
- "revision": "0.gc7me3v0fio"
|
|
|
+ "revision": "0.3ahmnbktjto"
|
|
|
}], {});
|
|
|
workbox.cleanupOutdatedCaches();
|
|
|
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
|
|
- allowlist: [/^\/$/]
|
|
|
+ allowlist: [/^\/$/],
|
|
|
+ denylist: [/^\/classroom/]
|
|
|
}));
|
|
|
- workbox.registerRoute(/^https:\/\/dev\.kt\.colexiu\.com\/classroom\/.+/, new workbox.NetworkOnly({
|
|
|
- "cacheName": "bypass-classroom",
|
|
|
- plugins: []
|
|
|
- }), 'GET');
|
|
|
- workbox.registerRoute(/^https:\/\/kt\.colexiu\.com\/classroom\/.+/, new workbox.NetworkOnly({
|
|
|
- "cacheName": "bypass-classroom",
|
|
|
- plugins: []
|
|
|
- }), 'GET');
|
|
|
|
|
|
}));
|