forked from rDrama/rDrama
1
0
Fork 0

fix 500 error

master
Aevann 2024-02-12 09:19:19 +02:00
parent 07b6f25ed5
commit fa7963956e
1 changed files with 1 additions and 0 deletions

View File

@ -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')