Merge pull request #412 in DNS/adguard-home from add-origin-to-blocked-services to master
* commit '79ea15dce11e96720259cf78db74752fb0cd39d0': + client: add origin icon + blocked_services: add origin
This commit is contained in:
commit
044a457579
Binary file not shown.
@ -285,6 +285,10 @@ export const SERVICES = [
|
|||||||
id: 'ebay',
|
id: 'ebay',
|
||||||
name: 'eBay',
|
name: 'eBay',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'origin',
|
||||||
|
name: 'Origin',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'steam',
|
id: 'steam',
|
||||||
name: 'Steam',
|
name: 'Steam',
|
||||||
|
@ -33,6 +33,7 @@ var serviceRulesArray = []svc{
|
|||||||
{"ok", []string{"||ok.ru^"}},
|
{"ok", []string{"||ok.ru^"}},
|
||||||
{"skype", []string{"||skype.com^"}},
|
{"skype", []string{"||skype.com^"}},
|
||||||
{"vk", []string{"||vk.com^"}},
|
{"vk", []string{"||vk.com^"}},
|
||||||
|
{"origin", []string{"||origin.com^", "||signin.ea.com^", "||accounts.ea.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^"}},
|
{"reddit", []string{"||reddit.com^", "||redditstatic.com^", "||redditmedia.com^", "||redd.it^"}},
|
||||||
|
Loading…
Reference in New Issue
Block a user