Skip to content
Snippets Groups Projects

Resolve "Review and fix/improve PWA behaviour and serviceworker"

4 files
+ 131
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -12,7 +12,7 @@ const avoidCachingPaths = [
'/admin',
'/settings',
'/accounts/login'
]; // TODO: More paths are needed
];
function pathComparer(requestUrl, pathRegEx) {
return requestUrl.match(new RegExp(pathRegEx));
Loading