mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 21:08:49 +01:00
This commit is contained in:
parent
bedac523d1
commit
f8025cb7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ self.addEventListener("fetch", event => {
|
|||
// Don't care about widget requests.
|
||||
if (!url.pathname.startsWith("/stage/") && !url.pathname.startsWith("/appearance/") &&
|
||||
"/favicon.ico" !== url.pathname &&
|
||||
url.href.indexOf("https://assets.b3logfile.com/assets.b3logfile.com/avatar/") === -1) {
|
||||
url.href.indexOf("https://assets.b3logfile.com/avatar/") === -1) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue