keep the google juice flowing

This commit is contained in:
Alex Grintsvayg 2019-12-27 10:24:26 -05:00
parent de80db5348
commit 7bd4ab5cb0
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -188,7 +188,7 @@ class View
foreach ($links as $link) {
if ($link->getAttribute('href') && static::isLinkExternal($link->getAttribute('href'), $domain)) {
$link->setAttribute('rel', "noopener noreferrer");
$link->setAttribute('rel', "noopener");
}
}