diff --git a/app/Utilities/Formatter.php b/app/Utilities/Formatter.php index 8214894..0adee69 100644 --- a/app/Utilities/Formatter.php +++ b/app/Utilities/Formatter.php @@ -35,7 +35,7 @@ class Formatter */ public function linkify($text) { - return $this->linkify->processUrls($text); + return $this->linkify->processUrls($text, ['attr' => ['target' => '_blank', 'rel' => 'noopener']]); } /**