From 1516a14a0d857399c1b4192c7a4b8efeccc67feb Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 27 Apr 2020 17:43:15 +0100 Subject: [PATCH] Added warning to use https or TOR for lnurl --- lnbits/extensions/withdraw/templates/withdraw/_lnurl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/withdraw/templates/withdraw/_lnurl.html b/lnbits/extensions/withdraw/templates/withdraw/_lnurl.html index 221797d..d132918 100644 --- a/lnbits/extensions/withdraw/templates/withdraw/_lnurl.html +++ b/lnbits/extensions/withdraw/templates/withdraw/_lnurl.html @@ -4,7 +4,7 @@ label="Powered by LNURL"> -

LNURL is a range of lightning-network standards that allow us to use lightning-network differently. An LNURL withdraw is the permission for someone to pull a certain amount of funds from a lightning wallet. In this extension time is also added - an amount can be withdraw over a period of time. A typical use case for an LNURL withdraw is a faucet, although it is a very powerful technology, with much further reaching implications. For example, an LNURL withdraw could be minted to pay for a subscription service.

+

WARNING: LNURL must be used over https or TOR
LNURL is a range of lightning-network standards that allow us to use lightning-network differently. An LNURL withdraw is the permission for someone to pull a certain amount of funds from a lightning wallet. In this extension time is also added - an amount can be withdraw over a period of time. A typical use case for an LNURL withdraw is a faucet, although it is a very powerful technology, with much further reaching implications. For example, an LNURL withdraw could be minted to pay for a subscription service.

Exploring LNURL and finding use cases, is really helping inform lightning protocol development, rather than the protocol dictating how lightning-network should be engaged with.

Check Awesome LNURL for further information.