summaryrefslogtreecommitdiffstats
path: root/internal/handler/websocket
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-14 08:30:02 -0800
committerbndw <ben@bdw.to>2026-02-14 08:30:02 -0800
commit25813f47aaa60423d5c4cabd6dd3080beb8a3e74 (patch)
tree9cdd0e5986600e754fd4bca30e32077ad4e25e28 /internal/handler/websocket
parent5c2d8411a67147a1589f107cf1bfc2fd549d9a41 (diff)
refactor: remove PGP signature block from index page
Diffstat (limited to 'internal/handler/websocket')
-rw-r--r--internal/handler/websocket/index.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/internal/handler/websocket/index.go b/internal/handler/websocket/index.go
index 6289446..de86372 100644
--- a/internal/handler/websocket/index.go
+++ b/internal/handler/websocket/index.go
@@ -147,14 +147,6 @@ var indexTemplate = template.Must(template.New("index").Parse(`<!DOCTYPE html>
147 147
148<hr> 148<hr>
149 149
150<div class="pgp-block">
151<pre>-----BEGIN PGP SIGNATURE-----
152<span class="hash">relay_fingerprint: a8f9c2e1d4b7a3f6</span>
153<span class="hash">protocol_version: nostr_01</span>
154<span class="hash">transport_types: grpc|connect|websocket</span>
155-----END PGP SIGNATURE-----</pre>
156</div>
157
158<p><small>This relay runs on open-source software. Decentralized, censorship-resistant, user-owned.</small></p> 150<p><small>This relay runs on open-source software. Decentralized, censorship-resistant, user-owned.</small></p>
159 151
160</body> 152</body>