Skip to content

Commit

Permalink
[Legacy Maps Plugin] Prevent reverse-tabnabbing
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki committed Oct 9, 2022
1 parent ac07159 commit a6e2f27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/plugins/maps_legacy/public/map/map_messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ export const createZoomWarningMsg = (function () {
Please go to { wms } for more information."
values={{
wms: (
<a target="_blank" href="https://opensearch.org/docs/latest/dashboards/maptiles/">
<a
target="_blank"
href="https://opensearch.org/docs/latest/dashboards/maptiles/"
rel="noopener noreferrer"
>
{`Custom WMS Configuration`}
</a>
),
Expand Down

0 comments on commit a6e2f27

Please sign in to comment.