Update blocklist.ts

This commit is contained in:
Nicolas 2024-10-09 14:41:23 -03:00
parent 075b63b57b
commit 064ce482c2

View File

@ -40,6 +40,7 @@ const allowedKeywords = [
'tos',
'://ads.tiktok.com',
'://tiktok.com/business',
'://developers.facebook.com'
];
export function isUrlBlocked(url: string): boolean {