From ef28db03103cb6fe20e948fb011b6dfb9bdbb143 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 13 Feb 2026 16:07:39 -0800 Subject: [PATCH] Refactor: Add rate limits and remove infra mentions --- index.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2687189..ace55d6 100644 --- a/index.html +++ b/index.html @@ -109,6 +109,12 @@ font-size: 1rem; } + .card p { + margin: 0; + font-size: 0.9rem; + color: var(--text-muted); + } + .btc-address { font-family: monospace; background: var(--code-bg); @@ -168,13 +174,21 @@
+
+

Rate Limits

+

60 requests/min per IP. 10 new searches per day. Cache hits are unlimited.

+

Caching

-

Images are cached for 30 days in R2 for instant delivery.

+

Images are cached for 30 days for instant delivery on subsequent requests.

Privacy

-

No tracking. Queries are normalized and hashed.

+

No tracking or analytics. Queries are normalized and hashed before storage.

+
+
+

Open Source

+

Self-host your own instance or contribute to the project on GitHub.