Merge: Add reddit to blocked services
* commit '7c10cefdf9a3d421de2d7e88cfd4e647baf31e8b': + client: add reddit icon + blocked_services: add reddit
This commit is contained in:
commit
e7cf8f222d
Binary file not shown.
@ -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',
|
||||||
|
@ -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^",
|
||||||
|
Loading…
Reference in New Issue
Block a user