forked from MarseyWorld/MarseyWorld
do this https://watchpeopledie.tv/h/meta/post/61549/megathread-for-bugs-and-suggestions/3392870#context
parent
52cd9f45b1
commit
161d11f0ec
|
@ -8,7 +8,7 @@ from files.helpers.config.const import *
|
|||
|
||||
allowed_tags = ('a','alpha','audio','b','big','blink','blockquote','br','center','code','del','details','em','g','gl','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')
|
||||
allowed_tags_runtime = ('div', 'input', 'label', 'score', 'button', 'd')
|
||||
allowed_css_properties = ('background-color', 'color', 'filter', 'font-weight', 'text-align', 'transform')
|
||||
allowed_css_properties = ('background-color', 'color', 'filter', 'font-weight', 'text-align', 'transform', 'font-variant-caps')
|
||||
|
||||
def allowed_attributes(tag, name, value):
|
||||
if name == 'style':
|
||||
|
|
Loading…
Reference in New Issue