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'] ?? '';