Change referrer policy to be controlled by header in web UI (#33214)
This commit is contained in:
@@ -114,7 +114,7 @@ class Sanitize
|
||||
|
||||
add_attributes: {
|
||||
'a' => {
|
||||
'rel' => 'nofollow noopener noreferrer',
|
||||
'rel' => 'nofollow noopener',
|
||||
'target' => '_blank',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user