From 05e07744629a232a8c3043804c022a45217ab8fb Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 28 Jun 2026 03:13:20 +0200 Subject: [PATCH] doc: adds AI disclosure --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e69b6f8..72771a2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ A single-file PHP tool that digitally signs uploaded PDFs with an X.509 certific > **Note:** DropSign is designed for **single-user use only** - e.g. on a personal server. It has no multi-user access control. +## AI disclosure +This code was co-authored by Big Pickle (opencode). + +Although manual testing shows that it works, it is imperative to properly configure nginx (or whatever reverse-proxy you use) to restrict access to only the `index.php` and the `.pdf` files. **Otherwise your private key might get leaked!** + ## Requirements - PHP ≥ 7.4 with extensions `openssl`, `gd`, `mbstring`