From 1ab3835a0977f7e71578f1129d2e34d171a5e23e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 22 Nov 2022 23:20:24 +0200 Subject: [PATCH] add .host and .art --- 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 8eb095945..21b3315f5 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -38,7 +38,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', + 'vip','win','world','wtf','xyz','video','host','art', ) allowed_tags = ('b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',