0

Update blocklist.ts

This commit is contained in:
Nicolas 2024-05-20 17:26:01 -07:00
parent 756f54466d
commit 7f64fe884a

View File

@ -22,7 +22,14 @@ const allowedKeywords = [
'policy', 'policy',
'user-agreement', 'user-agreement',
'legal', 'legal',
'help' 'help',
'support',
'contact',
'about',
'careers',
'blog',
'press',
'conditions',
]; ];
export function isUrlBlocked(url: string): boolean { export function isUrlBlocked(url: string): boolean {