You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/views/admin
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.
4 years ago
..
account_actions
account_moderation_notes
account_warnings
accounts
action_logs
announcements
change_emails
custom_emojis
dashboard
domain_allows
domain_blocks
email_domain_blocks
instances
invites
ip_blocks
pending_accounts
relationships
relays
report_notes
reports
rules
settings
statuses
tags
warning_presets