1
0
Fork 0
forked from gitea/nas

Remove image support for xss

This commit is contained in:
KMY 2023-03-06 11:43:21 +09:00
parent 673296b86f
commit d7a027e8b1

View file

@ -202,6 +202,10 @@ class TextFormatter
text.include?(':') ? nil : '<u>' + text + '</u>'
end
def image(link, title, alt_text)
nil
end
private
def process_program_code(code)