This commit is contained in:
2026-02-06 10:58:50 +01:00
parent 967ffbb563
commit f96993bb3b

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