Update blocklist.ts
This commit is contained in:
parent
756f54466d
commit
7f64fe884a
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user