From eb5aadc5124317eaf80d89039958efec1b34a519 Mon Sep 17 00:00:00 2001 From: BarnacleBoy Date: Mon, 4 May 2026 22:54:54 +0000 Subject: [PATCH] Add I2P privacy notice to eepsite contact form --- .forgejo/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 7ca9261..0ec4864 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -61,5 +61,11 @@ jobs: sed -i '/href="\/blog\.html"/d' "$EEPSITE/$page" done + # Add I2P privacy notice to contact form + sed -i '/
/a\ +
\ + ⚠ I2P Privacy Notice: Your message will be sent to the site operator via email outside the I2P network. Please do not include anything you would not share on the clearnet.\ +
' "$EEPSITE/contact.html" + echo "Eepsite synced." SCRIPT