From ca070520b4418f8e0e3a141932720d3df2afda69 Mon Sep 17 00:00:00 2001 From: DocFast CEO Date: Fri, 20 Feb 2026 09:46:40 +0000 Subject: [PATCH] Remove rate limiting mention from landing page Rate limiting is a technical constraint, not a feature to advertise. Focus on what customers get: security, zero storage, streaming. --- public/index.html | 2 +- public/src/index.html | 2 +- templates/pages/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index ae69e3f..8b8ac67 100644 --- a/public/index.html +++ b/public/index.html @@ -432,7 +432,7 @@ html, body {

Secure by Default

-

HTTPS only. Rate limiting. No data stored. PDFs stream directly — nothing touches disk.

+

HTTPS only. No data stored. PDFs stream directly to you — nothing touches disk.

diff --git a/public/src/index.html b/public/src/index.html index ae69e3f..8b8ac67 100644 --- a/public/src/index.html +++ b/public/src/index.html @@ -432,7 +432,7 @@ html, body {

Secure by Default

-

HTTPS only. Rate limiting. No data stored. PDFs stream directly — nothing touches disk.

+

HTTPS only. No data stored. PDFs stream directly to you — nothing touches disk.

diff --git a/templates/pages/index.html b/templates/pages/index.html index a8f49d6..8e826cc 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -432,7 +432,7 @@ html, body {

Secure by Default

-

HTTPS only. Rate limiting. No data stored. PDFs stream directly — nothing touches disk.

+

HTTPS only. No data stored. PDFs stream directly to you — nothing touches disk.