From d96b2ff11a943689dacc76fc58c622f3ec412df2 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 13 Jul 2023 14:25:48 +0300 Subject: [PATCH] add more tlds --- files/helpers/sanitize.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 9ebb8316a..d9f4896a3 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -44,7 +44,8 @@ TLDS = ( # Original gTLDs and ccTLDs 'app','cleaning','club','dev','farm','florist','fun','gay','lgbt','life','lol', 'moe','mom','monster','new','news','online','pics','press','pub','site','blog', 'vip','win','world','wtf','xyz','video','host','art','media','wiki','tech', - 'cooking','network','party','goog','markets','today','beauty','camp' + 'cooking','network','party','goog','markets','today','beauty','camp','top', + 'red','city','quest','works' ) allowed_tags = ('b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',