From 48db6eb43d5b3fa425f69111408acd65d22b4226 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 24 Apr 2023 10:20:24 +0200 Subject: [PATCH] add .markets to supported tlds --- 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 f2bddaea28..54340521f5 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -45,7 +45,7 @@ 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', + 'cooking','network','party','goog','markets', ) allowed_tags = ('b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',