diff --git a/view/View.class.php b/view/View.class.php index a7ca448a..108ef81d 100644 --- a/view/View.class.php +++ b/view/View.class.php @@ -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"); } }