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