Merge: Add reddit to blocked services

* commit '7c10cefdf9a3d421de2d7e88cfd4e647baf31e8b':
  + client: add reddit icon
  + blocked_services: add reddit
This commit is contained in:
Ildar Kamalov 2019-11-20 18:53:35 +03:00
commit e7cf8f222d
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -285,6 +285,10 @@ export const SERVICES = [
id: 'epic_games', id: 'epic_games',
name: 'Epic Games', name: 'Epic Games',
}, },
{
id: 'reddit',
name: 'Reddit',
},
{ {
id: 'ok', id: 'ok',
name: 'OK', name: 'OK',

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^"}},
{"epic_games", []string{"||epicgames.com^"}}, {"epic_games", []string{"||epicgames.com^"}},
{"reddit", []string{"||reddit.com^", "||redditstatic.com^", "||redditmedia.com^", "||redd.it^"}},
{"mail_ru", []string{"||mail.ru^"}}, {"mail_ru", []string{"||mail.ru^"}},
{"tiktok", []string{ {"tiktok", []string{
"||tiktok.com^", "||tiktok.com^",