Vanessa 2 năm trước cách đây
mục cha
commit
501035f618
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/stage/service-worker.js

+ 1 - 1
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;