forked from MarseyWorld/MarseyWorld
do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4583061#context
parent
8222711e56
commit
54db1374ef
|
@ -48,9 +48,12 @@ TLDS = ( # Original gTLDs and ccTLDs
|
|||
'red','city','quest','works'
|
||||
)
|
||||
|
||||
allowed_tags = ('b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',
|
||||
allowed_tags = (
|
||||
'b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',
|
||||
'li','ol','p','pre','strong','sub','sup','table','tbody','th','thead','td','tr','ul',
|
||||
'marquee','a','span','ruby','rp','rt','spoiler','img','lite-youtube','video','audio','g','u','small')
|
||||
'marquee','a','span','ruby','rp','rt','spoiler','img','lite-youtube','video','audio','g','u','small',
|
||||
'strike','center',
|
||||
)
|
||||
|
||||
allowed_styles = ['color', 'background-color', 'font-weight', 'text-align']
|
||||
|
||||
|
|
Loading…
Reference in New Issue