Skip to content

Do not convert unicode versions of trademark, copyright, and registered trademark to emoji

What does this MR do?

Now ignore the unicode/html ™ (™), © (©) and ® (®) symbols in Banzai::Filter::EmojiFilter. They should not be converted into emojis, but displayed as their unicode versions.

You can still use the named versions, :tm: (™️), :copyright: (©️), and :registered: (®️) to get the emoji image versions

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #17652 (closed)

Edited by Brett Walker

Merge request reports