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:
Ildar Kamalov 2019-08-29 13:34:58 +03:00
commit c847df9976
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -243,4 +243,8 @@ export const SERVICES = [
id: 'mail_ru', id: 'mail_ru',
name: 'mail.ru', name: 'mail.ru',
}, },
{
id: 'tiktok',
name: 'TikTok',
},
]; ];

View File

@ -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