Fix service worker proxy

pull/1219/merge
Zef Hemel 2025-02-10 15:38:14 +01:00
parent 93696df96b
commit 8e8acbb470
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ self.addEventListener("fetch", (event: any) => {
pathname === "/.auth" || pathname === "/.auth" ||
pathname === "/.logout" || pathname === "/.logout" ||
pathname === "/index.json" || pathname === "/index.json" ||
pathname.startsWith("!") pathname.startsWith("/!")
) { ) {
return fetch(request); return fetch(request);
} else if (looksLikePathWithExtension(pathname)) { } else if (looksLikePathWithExtension(pathname)) {