diff --git a/js/dashboard.js b/js/dashboard.js index 6fbeca9..b4bcf30 100644 --- a/js/dashboard.js +++ b/js/dashboard.js @@ -10,7 +10,7 @@ // is the persistent device session (js/session.js): sign in once, come back // without a prompt until you sign out. -import * as BNS from "https://silentmode.st/js/bns-register.js?v=20260916dns"; +import * as BNS from "https://silentmode.st/js/bns-register.js?v=20260917sig"; const API = "https://silentmode.st"; const TLD_API = "https://navigate.st/api/tlds?include_hidden=1"; diff --git a/js/register-flow.js b/js/register-flow.js index 4930f35..19882c4 100644 --- a/js/register-flow.js +++ b/js/register-flow.js @@ -7,7 +7,7 @@ // Injects its own modal HTML into
and its own CSS into on load // so the host page needs nothing but a single script include. -import * as BNS from "https://silentmode.st/js/bns-register.js?v=20260908split"; +import * as BNS from "https://silentmode.st/js/bns-register.js?v=20260917sig"; const $ = (id) => document.getElementById(id); const esc = (s) => String(s).replace(/[&<>"']/g, (c) => ({ "&":"&","<":"<",">":">",'"':""","'":"'" }[c])); diff --git a/js/studio.js b/js/studio.js index b416514..bf78fef 100644 --- a/js/studio.js +++ b/js/studio.js @@ -11,7 +11,7 @@ // The gateway never holds a key: it verifies each upload's signature // against the current NFT owner and refuses writes outside bns/