forked from MarseyWorld/MarseyWorld
fix 500 error
parent
07b6f25ed5
commit
fa7963956e
|
@ -4,6 +4,7 @@ from bleach.linkifier import LinkifyFilter
|
|||
from functools import partial
|
||||
|
||||
from files.helpers.regex import sanitize_url_regex
|
||||
from files.helpers.const import *
|
||||
|
||||
allowed_tags = ('a','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_runstime = ('div', 'input', 'label', 'score', 'button')
|
||||
|
|
Loading…
Reference in New Issue