From: Matt Corallo Date: Sun, 28 Jul 2024 19:29:00 +0000 (+0000) Subject: Set `noreferrer` on all links, nofollow on non-endorsed links X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=dd1f42329a3626599ffef226fdfef29bc07903e6;p=satsto.me Set `noreferrer` on all links, nofollow on non-endorsed links --- diff --git a/index.html b/index.html index 638fe23..b7e2480 100644 --- a/index.html +++ b/index.html @@ -259,7 +259,7 @@

BIP 353 Resolver

- BIP 353 defines the way to use simple human-readable names for Bitcoin payments. + BIP 353 defines the way to use simple human-readable names for Bitcoin payments.

If your wallet doesn't yet resolve BIP 353 names natively, this site will resolve them for you.

@@ -289,11 +289,11 @@ @@ -339,7 +339,7 @@ if (!/^[\p{ASCII}]*$/u.test(addr_parts[1])) { document.getElementById("paybutton").classList.add("go-button-disabled"); document.getElementById("errors").classList.add("errors-filled"); - document.getElementById("errors").innerHTML = "To protect against Homograph Attacks, the domain part of addres must be ASCII"; + document.getElementById("errors").innerHTML = "To protect against Homograph Attacks, the domain part of addres must be ASCII"; return true; } document.getElementById("paybutton").classList.remove("go-button-disabled");