From fb4ad544c8e8b9f7110cd8bc066f8d7930264c72 Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Fri, 6 Feb 2026 09:40:42 +0000 Subject: [PATCH] Update Profice WebSite/scripts/add/send.php --- Profice WebSite/scripts/add/send.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Profice WebSite/scripts/add/send.php b/Profice WebSite/scripts/add/send.php index 7c4e7e6..e759eb6 100644 --- a/Profice WebSite/scripts/add/send.php +++ b/Profice WebSite/scripts/add/send.php @@ -19,7 +19,8 @@ $allowedOrigins = [ 'https://profice.de', 'https://www.profice.de', 'http://localhost', - 'http://127.0.0.1' + 'http://127.0.0.1', + 'https://staging.profice.de' ]; $origin = $_SERVER['HTTP_ORIGIN'] ?? '';