diff --git a/lnbits/core/templates/admin/_tab_security_notifications.html b/lnbits/core/templates/admin/_tab_security_notifications.html
index 03e5bad05..6d250b526 100644
--- a/lnbits/core/templates/admin/_tab_security_notifications.html
+++ b/lnbits/core/templates/admin/_tab_security_notifications.html
@@ -8,6 +8,7 @@
class="q-btn"
color="white"
target="_blank"
+ rel="noopener noreferrer"
href="https://github.com/lnbits/lnbits/releases"
v-text="$t('releases')"
>
@@ -58,6 +59,7 @@
{%raw%}{{ $t('release_notes') }}{%endraw%}
diff --git a/lnbits/core/templates/core/index.html b/lnbits/core/templates/core/index.html
index 5266d35f9..242164bed 100644
--- a/lnbits/core/templates/core/index.html
+++ b/lnbits/core/templates/core/index.html
@@ -49,7 +49,7 @@
type="a"
href="https://github.com/lnbits/lnbits"
target="_blank"
- rel="noopener"
+ rel="noopener noreferrer"
:label="$t('view_github')"
>