diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js index 86e24dcb..98252357 100644 --- a/client/src/components/ui/Icons.js +++ b/client/src/components/ui/Icons.js @@ -64,6 +64,14 @@ const Icons = () => ( + + + + + + + + diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js index e01d513d..09e6ddc2 100644 --- a/client/src/helpers/constants.js +++ b/client/src/helpers/constants.js @@ -277,6 +277,14 @@ export const SERVICES = [ id: 'skype', name: 'Skype', }, + { + id: 'amazon', + name: 'Amazon', + }, + { + id: 'ebay', + name: 'eBay', + }, { id: 'steam', name: 'Steam', diff --git a/home/blocked_services.go b/home/blocked_services.go index 90b55f0d..26134489 100644 --- a/home/blocked_services.go +++ b/home/blocked_services.go @@ -37,6 +37,53 @@ var serviceRulesArray = []svc{ {"epic_games", []string{"||epicgames.com^"}}, {"reddit", []string{"||reddit.com^", "||redditstatic.com^", "||redditmedia.com^", "||redd.it^"}}, {"mail_ru", []string{"||mail.ru^"}}, + {"amazon", []string{ + "||amazon.com^", + "||media-amazon.com^", + "||images-amazon.com^", + "||a2z.com^", + "||amazon.ae^", + "||amazon.ca^", + "||amazon.cn^", + "||amazon.de^", + "||amazon.es^", + "||amazon.fr^", + "||amazon.in^", + "||amazon.it^", + "||amazon.nl^", + "||amazon.com.au^", + "||amazon.com.br^", + "||amazon.co.jp^", + "||amazon.com.mx^", + "||amazon.co.uk^", + }}, + {"ebay", []string{ + "||ebay.com^", + "||ebayimg.com^", + "||ebaystatic.com^", + "||ebaycdn.net^", + "||ebayinc.com^", + "||ebay.at^", + "||ebay.be^", + "||ebay.ca^", + "||ebay.ch^", + "||ebay.cn^", + "||ebay.de^", + "||ebay.es^", + "||ebay.fr^", + "||ebay.ie^", + "||ebay.in^", + "||ebay.it^", + "||ebay.ph^", + "||ebay.pl^", + "||ebay.nl^", + "||ebay.com.au^", + "||ebay.com.cn^", + "||ebay.com.hk^", + "||ebay.com.my^", + "||ebay.com.sg^", + "||ebay.co.uk^", + }}, {"tiktok", []string{ "||tiktok.com^", "||snssdk.com^",