From fd40faa8080fc6637b9bc5a20357ef33266c3a77 Mon Sep 17 00:00:00 2001 From: Ben Rugg Date: Sat, 9 Sep 2023 09:41:10 -0500 Subject: [PATCH 1/2] Add mac.com to POPULAR_DOMAINS --- src/lib/config/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/config/index.ts b/src/lib/config/index.ts index 8fd7a02..4ecee2d 100644 --- a/src/lib/config/index.ts +++ b/src/lib/config/index.ts @@ -38,6 +38,7 @@ const POPULAR_DOMAINS = [ 'aol.com', 'aim.com', 'me.com', + 'mac.com', 'mailw.com', 'btinternet.com', 'charter.net', From d5d34ad68b3a7eb4c829460724c0f03ce8787b0c Mon Sep 17 00:00:00 2001 From: Ben Rugg Date: Sat, 9 Sep 2023 09:41:42 -0500 Subject: [PATCH 2/2] Add .tv to POPULAR_TLDS --- src/lib/config/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/config/index.ts b/src/lib/config/index.ts index 4ecee2d..c71c927 100644 --- a/src/lib/config/index.ts +++ b/src/lib/config/index.ts @@ -146,6 +146,7 @@ const POPULAR_TLDS = [ 'software', 'to', 'tech', + 'tv', ]; const DEFAULT_CONFIG = {