Update Profice WebSite/scripts/add/send.php

This commit is contained in:
2026-02-06 09:40:42 +00:00
parent 967ffbb563
commit fb4ad544c8

View File

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