From ec039dcb8f8e9820f1f9c27d440f4a592fcdf172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Wed, 15 Jan 2025 18:54:26 +0100 Subject: [PATCH] fix(blocklist): unblock --- apps/api/src/scraper/WebScraper/utils/blocklist.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/api/src/scraper/WebScraper/utils/blocklist.ts b/apps/api/src/scraper/WebScraper/utils/blocklist.ts index 16e9e45f..21993cf1 100644 --- a/apps/api/src/scraper/WebScraper/utils/blocklist.ts +++ b/apps/api/src/scraper/WebScraper/utils/blocklist.ts @@ -94,6 +94,8 @@ const allowedKeywords = [ "://ads.tiktok.com", "://tiktok.com/business", "://developers.facebook.com", + "://facebook.com/ads/library", + "://www.facebook.com/ads/library", ]; export function isUrlBlocked(url: string): boolean {