🎨
This commit is contained in:
parent
99c4f1f890
commit
501035f618
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue