From 0e0f414cc9c1e9d6ca6dd278da6440a024793f62 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 21 Aug 2022 15:29:35 +0200 Subject: [PATCH] add .farm TLD --- files/helpers/sanitize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 3de65c6192..8b8f14b957 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -32,7 +32,7 @@ TLDS = ( # Original gTLDs and ccTLDs 'tr','travel','tt','tv','tw','tz','ua','ug','uk','us','uy','uz','va','vc','ve','vg','vi','vn', 'vu','wf','ws','xn','xxx','ye','yt','yu','za','zm','zw', # New gTLDs - 'app','cleaning','club','dev','florist','fun','gay','lgbt','life','lol', + 'app','cleaning','club','dev','farm','florist','fun','gay','lgbt','life','lol', 'moe','mom','monster','new','news','online','pics','press','pub','site', 'vip','win','wtf','xyz', )