support rel=noopener for links

This commit is contained in:
Andrew Dolgov 2017-01-24 18:45:25 +03:00
parent e934d63e0c
commit 3b001e4330
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@
$entry->setAttribute('href',
rewrite_relative_url($site_url, $entry->getAttribute('href')));
$entry->setAttribute('rel', 'noreferrer');
$entry->setAttribute('rel', 'noopener noreferrer');
}
if ($entry->hasAttribute('src')) {