Skip to content

Commit

Permalink
Merge: Add TikTok to Blocked services
Browse files Browse the repository at this point in the history
Closes AdguardTeam#950

* commit 'bdd86adac5a3fdc7013200e1448a7acb6a04993e':
  + blocked_services: add tiktok main domain
  + client: add tiktok icon
  + blocked_services: add tiktok
  • Loading branch information
IldarKamalov committed Aug 29, 2019
2 parents be3f855 + bdd86ad commit c847df9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/ui/Icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions client/src/helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,8 @@ export const SERVICES = [
id: 'mail_ru',
name: 'mail.ru',
},
{
id: 'tiktok',
name: 'TikTok',
},
];
1 change: 1 addition & 0 deletions home/blocked_services.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ var serviceRulesArray = []svc{
{"vk", []string{"||vk.com^"}},
{"steam", []string{"||steam.com^"}},
{"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
Expand Down

0 comments on commit c847df9

Please sign in to comment.