Fix to counter phising attacks from misskey
This commit is contained in:
parent
d272233f10
commit
1f52db67aa
3 changed files with 28 additions and 1 deletions
|
@ -44,7 +44,6 @@ class TextFormatter
|
|||
end
|
||||
|
||||
# line first letter for blockquote
|
||||
p 'DEBUG ' + html.gsub(/^gt;/, '>')
|
||||
html = markdownify(html.gsub(/^>/, '>'))
|
||||
|
||||
# html = simple_format(html, {}, sanitize: false).delete("\n") if multiline?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue