From 7bd4ab5cb0a30d16cae4aead80ad93ccb662e345 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Fri, 27 Dec 2019 10:24:26 -0500 Subject: [PATCH] keep the google juice flowing --- view/View.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }