Merge: Add TikTok to Blocked services
Closes #950 * commit 'bdd86adac5a3fdc7013200e1448a7acb6a04993e': + blocked_services: add tiktok main domain + client: add tiktok icon + blocked_services: add tiktok
This commit is contained in:
commit
c847df9976
Binary file not shown.
@ -243,4 +243,8 @@ export const SERVICES = [
|
|||||||
id: 'mail_ru',
|
id: 'mail_ru',
|
||||||
name: 'mail.ru',
|
name: 'mail.ru',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'tiktok',
|
||||||
|
name: 'TikTok',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
@ -35,6 +35,7 @@ var serviceRulesArray = []svc{
|
|||||||
{"vk", []string{"||vk.com^"}},
|
{"vk", []string{"||vk.com^"}},
|
||||||
{"steam", []string{"||steam.com^"}},
|
{"steam", []string{"||steam.com^"}},
|
||||||
{"mail_ru", []string{"||mail.ru^"}},
|
{"mail_ru", []string{"||mail.ru^"}},
|
||||||
|
{"tiktok", []string{"||tiktok.com^", "||snssdk.com^", "||amemv.com^", "||toutiao.com^", "||ixigua.com^", "||pstatp.com^", "||ixiguavideo.com^", "||toutiaocloud.com^", "||toutiaocloud.net^", "||bdurl.com^", "||bytecdn.cn^", "||byteimg.com^", "||ixigua.com^"}},
|
||||||
}
|
}
|
||||||
|
|
||||||
// convert array to map
|
// convert array to map
|
||||||
|
Loading…
Reference in New Issue
Block a user