mastodon/app/views
Claire 876840e9ef
Fix brakeman warning (#15870)
As far as I understand, the brakeman warning was a false-positive as
`content_tag` properly escapes untrusted HTML. Furthermore, the interpolated
string values are built from the “username” part of accounts, which is
restricted to a small subset of ASCII that precludes any XML entity or HTML
code.

This proposed change should be functionally equivalent to the current code,
however it is slightly more robust, it's more idiomatic, and Brakeman will
stop complaining about it.
2021-03-19 23:48:59 +01:00
..
about Fix server rules not being displayed if extended server discription isn't set (#15778) 2021-02-22 18:26:24 +01:00
accounts
admin Fix brakeman warning (#15870) 2021-03-19 23:48:59 +01:00
admin_mailer
application
auth
authorize_interactions
directories
errors
filters Fix not being able to change world filter expiration back to “Never” (#15858) 2021-03-12 05:25:50 +01:00
follower_accounts
following_accounts
home Fix Google Translate breaking web interface (#15610) 2021-01-21 14:29:54 +01:00
invites
kaminari
layouts Fix custom CSS when CDN_HOST is set (#15927) 2021-03-19 20:23:08 +01:00
media
notification_mailer
oauth
public_timelines Fix Google Translate breaking web interface (#15610) 2021-01-21 14:29:54 +01:00
relationships
remote_follow
remote_interaction
settings Fix reference to non-existing translation in the exports page. (#15894) 2021-03-15 02:17:29 +01:00
shared
shares
statuses
tags Fix Google Translate breaking web interface (#15610) 2021-01-21 14:29:54 +01:00
user_mailer
well_known/host_meta