ユーザー入力テキストをLinkifyする時に target="_blank" rel="noopener" を付与する
This commit is contained in:
parent
c2da5eef9d
commit
47eec65101
@ -35,7 +35,7 @@ class Formatter
|
|||||||
*/
|
*/
|
||||||
public function linkify($text)
|
public function linkify($text)
|
||||||
{
|
{
|
||||||
return $this->linkify->processUrls($text);
|
return $this->linkify->processUrls($text, ['attr' => ['target' => '_blank', 'rel' => 'noopener']]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user