From 501035f61859ebf77a47c4e94a1862062b039975 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 25 Apr 2023 10:56:22 +0800 Subject: [PATCH] :art: --- app/stage/service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/stage/service-worker.js b/app/stage/service-worker.js index 764230d04..fdfda8c11 100644 --- a/app/stage/service-worker.js +++ b/app/stage/service-worker.js @@ -56,7 +56,7 @@ self.addEventListener("fetch", event => { !url.pathname.startsWith("/appearance/boot/") && !url.pathname.startsWith("/appearance/emojis/") && !url.pathname.startsWith("/appearance/langs/") && - !url.href.startsWith("https://assets.b3logfile.com/avatar/") && + !url.href.startsWith("https://assets.b3logfile.com/") && url.pathname !== "/favicon.ico" ) { return;