From 4e4a791d0dffcf90649901e7827574fe6705f66d Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:21:23 -0500 Subject: [PATCH 1/8] refactor: Rename honeypot field to honorific There has been a massive uptick in spam within the past two weeks. A form field called `_gotcha` is a little on-the-nose, so as a first pass effort, rename the field to something that sounds more legitimate for a contact form. More involved strategies will be put in place, but this is a quick and dirty fix that is worth a try based on the time involved. --- content/contact/_index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/contact/_index.html b/content/contact/_index.html index de0f76d..c959c62 100644 --- a/content/contact/_index.html +++ b/content/contact/_index.html @@ -21,7 +21,13 @@ suppressRss: true
Contact Me - + Date: Mon, 29 Sep 2025 09:35:13 -0500 Subject: [PATCH 2/8] feat: Add hCaptcha to contact form --- content/contact/_index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/contact/_index.html b/content/contact/_index.html index c959c62..3d73f4f 100644 --- a/content/contact/_index.html +++ b/content/contact/_index.html @@ -18,6 +18,8 @@ validation: true suppressRss: true --- + +
Contact Me @@ -72,6 +74,13 @@ suppressRss: true required style="min-height: 72pt;" > + + +
+