mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Change referrer policy to be controlled by header in web UI (#33214)
This commit is contained in:
@@ -7,7 +7,7 @@ class TextFormatter
|
||||
|
||||
URL_PREFIX_REGEX = %r{\A(https?://(www\.)?|xmpp:)}
|
||||
|
||||
DEFAULT_REL = %w(nofollow noopener noreferrer).freeze
|
||||
DEFAULT_REL = %w(nofollow noopener).freeze
|
||||
|
||||
DEFAULT_OPTIONS = {
|
||||
multiline: true,
|
||||
|
||||
Reference in New Issue
Block a user