From 5fb358a32ac8a62c1929327170fabb3481b64c4b Mon Sep 17 00:00:00 2001 From: TLSM Date: Fri, 3 Jun 2022 17:01:32 -0400 Subject: [PATCH] Add more TLDs to sanitize. --- 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 3c22d943e3..8ca6848741 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -31,7 +31,8 @@ TLDS = ( # Original gTLDs and ccTLDs 'tr','travel','tt','tv','tw','tz','ua','ug','uk','us','uy','uz','va','vc','ve','vg','vi','vn', 'vu','wf','ws','xn','xxx','ye','yt','yu','za','zm','zw', # New gTLDs - 'club','florist','fun','gay','lgbt','lol','moe','monster','win','wtf','xyz', + 'cleaning','club','florist','fun','gay','lgbt','life','lol', + 'moe','mom','monster','pics','win','wtf','xyz', ) allowed_tags = ('b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',