Added rel="noopener noreferrer" to external links.

This commit is contained in:
orangemug
2017-10-16 15:01:35 +01:00
parent d502d9b1bb
commit 3f350c30da
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ function ToolbarLink(props) {
return <a
className={classnames('maputnik-toolbar-link', props.className)}
href={props.href}
target={"blank"}
rel="noopener noreferrer"
target={"_blank"}
>
{props.children}
</a>