Skip to content

Commit

Permalink
Merge: * blocked-services: Added 2 entries for YouTube and Amazon AWS
Browse files Browse the repository at this point in the history
Close AdguardTeam#1758

* commit 'bb016f07c6ae93dbe5708c818a87e1b991b81578':
  * blocked-services: Added 2 entries for YouTube and Amazon AWS
  • Loading branch information
szolin committed Jun 1, 2020
2 parents 9a030aa + bb016f0 commit eac1b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dnsfilter/blocked_services.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ var serviceRulesArray = []svc{
"||googlevideo.com^",
"||youtubei.googleapis.com^",
"||youtube-nocookie.com^",
"||youtube",
}},
{"twitch", []string{"||twitch.tv^", "||ttvnw.net^", "||jtvnw.net^", "||twitchcdn.net^"}},
{"netflix", []string{"||nflxext.com^", "||netflix.com^", "||nflximg.net^", "||nflxvideo.net^"}},
Expand Down Expand Up @@ -110,6 +111,7 @@ var serviceRulesArray = []svc{
"||amazon.com.mx^",
"||amazon.co.uk^",
"||createspace.com^",
"||aws",
}},
{"ebay", []string{
"||ebay.com^",
Expand Down

0 comments on commit eac1b80

Please sign in to comment.