Update Profice WebSite/scripts/add/send.php
This commit is contained in:
@@ -19,7 +19,8 @@ $allowedOrigins = [
|
|||||||
'https://profice.de',
|
'https://profice.de',
|
||||||
'https://www.profice.de',
|
'https://www.profice.de',
|
||||||
'http://localhost',
|
'http://localhost',
|
||||||
'http://127.0.0.1'
|
'http://127.0.0.1',
|
||||||
|
'https://staging.profice.de'
|
||||||
];
|
];
|
||||||
|
|
||||||
$origin = $_SERVER['HTTP_ORIGIN'] ?? '';
|
$origin = $_SERVER['HTTP_ORIGIN'] ?? '';
|
||||||
|
|||||||
Reference in New Issue
Block a user