From 4166b2d2f00b31d01c24164fe3725201562b2c8f Mon Sep 17 00:00:00 2001 From: TLSM Date: Tue, 21 Jun 2022 01:03:33 -0400 Subject: [PATCH] Content: chadsoy x2, more neo-gTLDs. --- 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 e0c30f8e0d..bb64653b11 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -32,7 +32,8 @@ TLDS = ( # Original gTLDs and ccTLDs 'vu','wf','ws','xn','xxx','ye','yt','yu','za','zm','zw', # New gTLDs 'app','cleaning','club','dev','florist','fun','gay','lgbt','life','lol', - 'moe','mom','monster','pics','press','pub','win','wtf','xyz', + 'moe','mom','monster','new','news','online','pics','press','pub','site', + 'vip','win','wtf','xyz', ) allowed_tags = ('b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',