From d9056abfa8a6d878bf44d623184add6926e32970 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 23 Jan 2023 04:15:44 +0200 Subject: [PATCH] add .wiki 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 7c98380b2..e7c5fb735 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' + 'vip','win','world','wtf','xyz','video','host','art','media','wiki', ) allowed_tags = ('b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',