From 953035e0cce0142e666cfdc73f48aed640f98e9b Mon Sep 17 00:00:00 2001 From: Franzz Date: Wed, 1 Dec 2021 22:01:12 +0100 Subject: [PATCH] noopener on external links --- masks/email_conf.html | 2 +- masks/email_update.html | 6 +++--- masks/project.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/masks/email_conf.html b/masks/email_conf.html index b6edcd3..dde63cd 100644 --- a/masks/email_conf.html +++ b/masks/email_conf.html @@ -25,7 +25,7 @@ -

[#]lang:email_unsubscribe[#] [#]lang:email_unsub_btn[#]

+

[#]lang:email_unsubscribe[#] [#]lang:email_unsub_btn[#]

diff --git a/masks/email_update.html b/masks/email_update.html index 9e5b98f..a28f68e 100644 --- a/masks/email_update.html +++ b/masks/email_update.html @@ -14,7 +14,7 @@
- position + position
[#]lat_dms[#] [#]lon_dms[#]
[#]date_time[#] ([#]timezone[#])
@@ -27,7 +27,7 @@ - +
[#]comment[#] [#]content[#]
--[#]formatted_name[#]
@@ -39,7 +39,7 @@ -

[#]lang:email_unsubscribe[#] [#]lang:email_unsub_btn[#]

+

[#]lang:email_unsubscribe[#] [#]lang:email_unsub_btn[#]

diff --git a/masks/project.html b/masks/project.html index dc3430d..b7b4e12 100644 --- a/masks/project.html +++ b/masks/project.html @@ -33,7 +33,7 @@ - +
@@ -993,7 +993,7 @@ function getGoogleMapsLink(asInfo) { href:'https://www.google.com/maps/place/'+asInfo.lat_dms+'+'+asInfo.lon_dms+'/@'+asInfo.latitude+','+asInfo.longitude+',10z', title: oSpot.lang('see_on_google'), target: '_blank', - rel: 'noreferrer' + rel: 'noreferrer noopener' }).text(asInfo.lat_dms+' '+asInfo.lon_dms); }