Skip to content
Snippets Groups Projects

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

5 files
+ 134
2
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -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