mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 04:22:35 +02:00
use _blank + noopener + noreferrer consistently
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
class="q-btn"
|
class="q-btn"
|
||||||
color="white"
|
color="white"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
href="https://github.com/lnbits/lnbits/releases"
|
href="https://github.com/lnbits/lnbits/releases"
|
||||||
v-text="$t('releases')"
|
v-text="$t('releases')"
|
||||||
></a>
|
></a>
|
||||||
@@ -58,6 +59,7 @@
|
|||||||
<a
|
<a
|
||||||
v-if="props.row.link"
|
v-if="props.row.link"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
:href="props.row.link"
|
:href="props.row.link"
|
||||||
v-text="$t('more')"
|
v-text="$t('more')"
|
||||||
></a
|
></a
|
||||||
|
@@ -394,6 +394,7 @@
|
|||||||
class="text-secondary float-right"
|
class="text-secondary float-right"
|
||||||
:href="release.html_url"
|
:href="release.html_url"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
style="color: inherit"
|
style="color: inherit"
|
||||||
>{%raw%}{{ $t('release_notes') }}{%endraw%}</a
|
>{%raw%}{{ $t('release_notes') }}{%endraw%}</a
|
||||||
>
|
>
|
||||||
|
@@ -49,7 +49,7 @@
|
|||||||
type="a"
|
type="a"
|
||||||
href="https://github.com/lnbits/lnbits"
|
href="https://github.com/lnbits/lnbits"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener noreferrer"
|
||||||
:label="$t('view_github')"
|
:label="$t('view_github')"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
<q-btn
|
<q-btn
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
type="a"
|
type="a"
|
||||||
href="https://legend.lnbits.com/paywall/GAqKguK5S8f6w5VNjS9DfK"
|
href="https://legend.lnbits.com/paywall/GAqKguK5S8f6w5VNjS9DfK"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener noreferrer"
|
||||||
:label="$t('donate')"
|
:label="$t('donate')"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
</div>
|
</div>
|
||||||
@@ -82,7 +82,11 @@
|
|||||||
></q-btn>
|
></q-btn>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<a href="https://github.com/ElementsProject/lightning">
|
<a
|
||||||
|
href="https://github.com/ElementsProject/lightning"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/cln.png') }}' : '{{ static_url_for('static', 'images/clnl.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/cln.png') }}' : '{{ static_url_for('static', 'images/clnl.png') }}'"
|
||||||
@@ -90,7 +94,11 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col q-pl-md">
|
<div class="col q-pl-md">
|
||||||
<a href="https://github.com/lightningnetwork/lnd">
|
<a
|
||||||
|
href="https://github.com/lightningnetwork/lnd"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/lnd.png') }}' : '{{ static_url_for('static', 'images/lnd.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/lnd.png') }}' : '{{ static_url_for('static', 'images/lnd.png') }}'"
|
||||||
@@ -101,7 +109,11 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<a href="https://opennode.com">
|
<a
|
||||||
|
href="https://opennode.com"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/opennode.png') }}' : '{{ static_url_for('static', 'images/opennodel.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/opennode.png') }}' : '{{ static_url_for('static', 'images/opennodel.png') }}'"
|
||||||
@@ -109,7 +121,11 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col q-pl-md">
|
<div class="col q-pl-md">
|
||||||
<a href="https://lnpay.co/">
|
<a
|
||||||
|
href="https://lnpay.co/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/lnpay.png') }}' : '{{ static_url_for('static', 'images/lnpayl.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/lnpay.png') }}' : '{{ static_url_for('static', 'images/lnpayl.png') }}'"
|
||||||
@@ -120,7 +136,11 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<a href="https://github.com/rootzoll/raspiblitz">
|
<a
|
||||||
|
href="https://github.com/rootzoll/raspiblitz"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/blitz.png') }}' : '{{ static_url_for('static', 'images/blitzl.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/blitz.png') }}' : '{{ static_url_for('static', 'images/blitzl.png') }}'"
|
||||||
@@ -128,7 +148,11 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col q-pl-md">
|
<div class="col q-pl-md">
|
||||||
<a href="https://start9.com/">
|
<a
|
||||||
|
href="https://start9.com/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/start9.png') }}' : '{{ static_url_for('static', 'images/start9l.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/start9.png') }}' : '{{ static_url_for('static', 'images/start9l.png') }}'"
|
||||||
@@ -138,7 +162,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<a href="https://getumbrel.com/">
|
<a
|
||||||
|
href="https://getumbrel.com/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/umbrel.png') }}' : '{{ static_url_for('static', 'images/umbrell.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/umbrel.png') }}' : '{{ static_url_for('static', 'images/umbrell.png') }}'"
|
||||||
@@ -146,7 +174,11 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col q-pl-md">
|
<div class="col q-pl-md">
|
||||||
<a href="https://mynodebtc.com">
|
<a
|
||||||
|
href="https://mynodebtc.com"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/mynode.png') }}' : '{{ static_url_for('static', 'images/mynodel.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/mynode.png') }}' : '{{ static_url_for('static', 'images/mynodel.png') }}'"
|
||||||
@@ -156,7 +188,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<a href="https://github.com/shesek/spark-wallet">
|
<a
|
||||||
|
href="https://github.com/shesek/spark-wallet"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/spark.png') }}' : '{{ static_url_for('static', 'images/sparkl.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/spark.png') }}' : '{{ static_url_for('static', 'images/sparkl.png') }}'"
|
||||||
@@ -164,7 +200,11 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col q-pl-md">
|
<div class="col q-pl-md">
|
||||||
<a href="https://voltage.cloud">
|
<a
|
||||||
|
href="https://voltage.cloud"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/voltage.png') }}' : '{{ static_url_for('static', 'images/voltagel.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/voltage.png') }}' : '{{ static_url_for('static', 'images/voltagel.png') }}'"
|
||||||
@@ -174,7 +214,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<a href="https://getalby.com">
|
<a
|
||||||
|
href="https://getalby.com"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/alby.png') }}' : '{{ static_url_for('static', 'images/albyl.png') }}'"
|
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/alby.png') }}' : '{{ static_url_for('static', 'images/albyl.png') }}'"
|
||||||
|
@@ -296,7 +296,7 @@
|
|||||||
type="a"
|
type="a"
|
||||||
href="/docs"
|
href="/docs"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
<span v-text="$t('api_docs')"></span>
|
<span v-text="$t('api_docs')"></span>
|
||||||
<q-tooltip
|
<q-tooltip
|
||||||
@@ -311,7 +311,7 @@
|
|||||||
type="a"
|
type="a"
|
||||||
href="https://github.com/lnbits/lnbits"
|
href="https://github.com/lnbits/lnbits"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
<q-tooltip><span v-text="$t('view_github')"></span></q-tooltip>
|
<q-tooltip><span v-text="$t('view_github')"></span></q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
|
Reference in New Issue
Block a user