allow x-raw-image links

This commit is contained in:
ghost 2023-06-13 20:26:17 +03:00
parent b23f550a1b
commit 80d3912bc7

View File

@ -873,10 +873,12 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECOND
}
// Skip x-raw-image links
/*
if (false !== stripos($href, 'x-raw-image:')) {
continue;
}
*/
// Add link to queue
$links[] = [