mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
keep the google juice flowing
This commit is contained in:
parent
de80db5348
commit
7bd4ab5cb0
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class View
|
||||||
|
|
||||||
foreach ($links as $link) {
|
foreach ($links as $link) {
|
||||||
if ($link->getAttribute('href') && static::isLinkExternal($link->getAttribute('href'), $domain)) {
|
if ($link->getAttribute('href') && static::isLinkExternal($link->getAttribute('href'), $domain)) {
|
||||||
$link->setAttribute('rel', "noopener noreferrer");
|
$link->setAttribute('rel', "noopener");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue