mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user