Disallow all tags in anon names
This commit is contained in:
parent
3bb48270a2
commit
da71744a0d
|
@ -18,6 +18,6 @@ module UserHelper
|
|||
private
|
||||
|
||||
def anonymous_name(context_user)
|
||||
sanitize(context_user&.profile&.anon_display_name.presence || APP_CONFIG["anonymous_name"])
|
||||
sanitize(context_user&.profile&.anon_display_name.presence || APP_CONFIG["anonymous_name"], tags: [])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue