Update crawler.ts
This commit is contained in:
parent
0f694e0608
commit
1dc6458c6a
@ -272,7 +272,7 @@ export class WebCrawler {
|
|||||||
".woff",
|
".woff",
|
||||||
".ttf",
|
".ttf",
|
||||||
".woff2",
|
".woff2",
|
||||||
".webp",
|
".webp"
|
||||||
];
|
];
|
||||||
return fileExtensions.some((ext) => url.endsWith(ext));
|
return fileExtensions.some((ext) => url.endsWith(ext));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user