Skip to content

Commit

Permalink
fix: service worker has redirections
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Feb 22, 2024
1 parent 19e2058 commit 4b87f75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ self.addEventListener('install', function(event) {
event.waitUntil(
caches.open('my-cache').then(function(cache) {
return cache.addAll([
'.',
'index.php',
'stats.php',
'settings.php',
'about.php',
'endpoints/subscriptions/get.php',
'styles/styles.css',
'styles/dark-theme.css',
'styles/login.css',
Expand Down

0 comments on commit 4b87f75

Please sign in to comment.