fix(blocklist): unblock

This commit is contained in:
Gergő Móricz 2025-01-15 18:54:26 +01:00
parent dde3aebac4
commit ec039dcb8f

View File

@ -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 {