From 5f0d87ce2afc6ecc11eebd9107780ed717ecef08 Mon Sep 17 00:00:00 2001 From: Ricearoni1245 Date: Wed, 18 Feb 2026 22:18:15 -0600 Subject: [PATCH] added origin allowed for contact in env --- contact-api/.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contact-api/.env b/contact-api/.env index 4cad98f..3d2bb6a 100644 --- a/contact-api/.env +++ b/contact-api/.env @@ -17,4 +17,5 @@ MAIL_SUBJECT_PREFIX=[Portfolio Contact] RATE_LIMIT_WINDOW_MS=600000 RATE_LIMIT_MAX=5 HONEYPOT_FIELD=website -MIN_SUBMIT_TIME_MS=3000 \ No newline at end of file +MIN_SUBMIT_TIME_MS=3000 +CONTACT_ALLOWED_ORIGIN=https://www.jodyholt.com \ No newline at end of file