From fd3f397214316a815c60c8fdfb1958ee966b8b42 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 24 Jan 2023 08:30:49 +0200 Subject: [PATCH] add .tech 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 e59314ef5..5d40d8a59 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -39,7 +39,7 @@ TLDS = ( # Original gTLDs and ccTLDs # New gTLDs 'app','cleaning','club','dev','farm','florist','fun','gay','lgbt','life','lol', 'moe','mom','monster','new','news','online','pics','press','pub','site', - 'vip','win','world','wtf','xyz','video','host','art','media','wiki', + 'vip','win','world','wtf','xyz','video','host','art','media','wiki','tech', ) allowed_tags = ('b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',