Skip to content

Commit

Permalink
Added more domains to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
botherder committed Feb 8, 2019
1 parent 9514802 commit 26077a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brand/amazon.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Amazon() *Brand {
"amazon.es", "amazon.com.au", "amazon.com.br", "ssl-images-amazon.com",
"amazon-adsystem.com", "assoc-amazon.com", "payments-amazon.com",
"media-amazon.com", "amazon.co.jp", "amazon.eu", "amazon-corp.com",
"amazon.cn",
"amazon.cn", "amazon.jobs",
}
suspicious := []string{
"amazona", "amazonb",
Expand Down
2 changes: 1 addition & 1 deletion brand/google.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func Google() *Brand {
"google.hk", "google.ua", "google.co.hu", "google.it.ao",
"google.com.pl", "google.com.ru", "google.ne.jp", "google.com.cn",
"chrome.com", "android.com", "google-analytics.com", "gmail.com",
"blog.google", "domains.google", "google.org",
"blog.google", "domains.google", "google.org", "ai.google",
}
suspicious := []string{
"googlea", "googleb",
Expand Down

0 comments on commit 26077a6

Please sign in to comment.