From 1ab59681552a0860bafc4863aef343995b37151c Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 15 Aug 2023 19:09:00 +0300 Subject: [PATCH] add .soy 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 39d1429df..3dd773f77 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -47,7 +47,7 @@ TLDS = ( # Original gTLDs and ccTLDs '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','top', - 'red','city','quest','works' + 'red','city','quest','works','soy', ) allowed_tags = ('a','audio','b','big','blockquote','br','center','code','del','details','em','g','h1','h2','h3','h4','h5','h6','hr','i','img','li','lite-youtube','marquee','ol','p','pre','rp','rt','ruby','small','span','spoiler','strike','strong','sub','summary','sup','table','tbody','td','th','thead','tr','u','ul','video')