From a14f5d08c264637639d518267a1397e137823fcf Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Mon, 10 Nov 2025 22:31:03 -0800 Subject: Validate the QR code Since the qr code is generated by a 3rd party dependency that I probably won't update, let's make sure to only pass it trusted input. --- templates/wormhole.html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/wormhole.html.template') diff --git a/templates/wormhole.html.template b/templates/wormhole.html.template index ad23b57..eb423ca 100644 --- a/templates/wormhole.html.template +++ b/templates/wormhole.html.template @@ -12,7 +12,7 @@
  • Visit this URL {{.Self}}/wormhole/{{.Hole}} or scan QR code:

    - QR code for {{.Self}}/wormhole/{{.Hole}} + QR code for {{.Self}}/wormhole/{{.Hole}}
  • -- cgit v1.3.1