|
@@ -3,18 +3,21 @@ import { createRetrieKeywordFilter as createKeywordFilter } from 'foxts/retrie';
|
|
|
export const BLACK_TLD = new Set([
|
|
export const BLACK_TLD = new Set([
|
|
|
'accountant', 'art', 'autos',
|
|
'accountant', 'art', 'autos',
|
|
|
'bar', 'beauty', 'bid', 'bio', 'biz', 'bond', 'business', 'buzz',
|
|
'bar', 'beauty', 'bid', 'bio', 'biz', 'bond', 'business', 'buzz',
|
|
|
- 'cc', 'cf', 'cfd', 'click', 'cloud', 'club', 'cn', 'codes',
|
|
|
|
|
|
|
+ 'casa', 'cc', 'cf', 'cfd', 'click', 'cloud', 'club', 'cn', 'codes',
|
|
|
'co.uk', 'co.in', 'com.br', 'com.cn', 'com.pl', 'com.vn',
|
|
'co.uk', 'co.in', 'com.br', 'com.cn', 'com.pl', 'com.vn',
|
|
|
'cool', 'cricket', 'cyou',
|
|
'cool', 'cricket', 'cyou',
|
|
|
'date', 'design', 'digital', 'download',
|
|
'date', 'design', 'digital', 'download',
|
|
|
|
|
+ 'email',
|
|
|
'faith', 'fit', 'fun',
|
|
'faith', 'fit', 'fun',
|
|
|
- 'ga', 'gd', 'gives', 'gq', 'group', 'host',
|
|
|
|
|
|
|
+ 'ga', 'games', 'gd', 'gives', 'gq', 'group',
|
|
|
|
|
+ 'help', 'host',
|
|
|
'icu', 'id', 'info', 'ink',
|
|
'icu', 'id', 'info', 'ink',
|
|
|
- 'lat', 'life', 'live', 'link', 'loan', 'lol', 'ltd',
|
|
|
|
|
- 'me', 'men', 'ml', 'mobi', 'mom', 'monster',
|
|
|
|
|
- 'net.pl',
|
|
|
|
|
|
|
+ 'lat', 'life', 'live', 'link', 'loan', 'lol', 'love', 'ltd',
|
|
|
|
|
+ 'me', 'media', 'men', 'ml', 'mobi', 'movie', 'mom', 'monster',
|
|
|
|
|
+ 'net.pl', 'ninja',
|
|
|
'one', 'online',
|
|
'one', 'online',
|
|
|
'party', 'pro', 'pl', 'pw',
|
|
'party', 'pro', 'pl', 'pw',
|
|
|
|
|
+ 'qpon', 'quest',
|
|
|
'racing', 'rest', 'review', 'rf.gd',
|
|
'racing', 'rest', 'review', 'rf.gd',
|
|
|
'sa.com', 'sbs', 'science', 'shop', 'site', 'skin', 'space', 'store', 'stream', 'su', 'support', 'surf',
|
|
'sa.com', 'sbs', 'science', 'shop', 'site', 'skin', 'space', 'store', 'stream', 'su', 'support', 'surf',
|
|
|
'tech', 'tk', 'tokyo', 'top', 'trade',
|
|
'tech', 'tk', 'tokyo', 'top', 'trade',
|