mirror of
https://github.com/maputnik/editor.git
synced 2026-08-03 11:47:26 +00:00
Added rel="noopener noreferrer" to external links.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user