From 064b5878f97b18c01ed4691b67c8ae80fe77de3a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 2 Dec 2022 12:38:07 +0200 Subject: [PATCH] add "media" 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 6a156e486..5fa797015 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','host','art', + 'vip','win','world','wtf','xyz','video','host','art','media' ) allowed_tags = ('b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',