diff --git a/src/ui/control/logo_control.js b/src/ui/control/logo_control.js index 39aaca7e22d..4466945ff8a 100644 --- a/src/ui/control/logo_control.js +++ b/src/ui/control/logo_control.js @@ -31,6 +31,7 @@ class LogoControl { anchor.target = "_blank"; anchor.href = "https://www.mapbox.com/"; anchor.setAttribute("aria-label", "Mapbox logo"); + anchor.setAttribute("rel", "noopener"); this._container.appendChild(anchor); this._container.style.display = 'none';