1
0
Fork 0
forked from gitea/nas

Fix to counter phising attacks from misskey

This commit is contained in:
KMY 2023-03-07 12:01:59 +09:00
parent d272233f10
commit 1f52db67aa
3 changed files with 28 additions and 1 deletions

View file

@ -91,6 +91,13 @@
sup {
vertical-align: super;
}
}
.status__content__text {
a.kmy-dangerous-link {
color: red !important;
}
}
.reply-indicator__content {

View file

@ -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?