تحديث شامل للوحة التحكم وإضافة كافة الميزات للـ WebSidebar
This commit is contained in:
@@ -9,6 +9,7 @@ header('Content-Type: application/json');
|
|||||||
// ✅ FIX H-03: allowlist صارم للـ Admin Origins
|
// ✅ FIX H-03: allowlist صارم للـ Admin Origins
|
||||||
$allowedOrigins = array_filter([
|
$allowedOrigins = array_filter([
|
||||||
getenv('ALLOWED_ORIGIN') ?: 'https://siromove.com',
|
getenv('ALLOWED_ORIGIN') ?: 'https://siromove.com',
|
||||||
|
'https://jordan-siro.intaleqapp.com',
|
||||||
'http://localhost',
|
'http://localhost',
|
||||||
'http://127.0.0.1',
|
'http://127.0.0.1',
|
||||||
]);
|
]);
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
This is a placeholder for base href that will be replaced by the value of
|
This is a placeholder for base href that will be replaced by the value of
|
||||||
the `--base-href` argument provided to `flutter build`.
|
the `--base-href` argument provided to `flutter build`.
|
||||||
-->
|
-->
|
||||||
<base href="/">
|
<base href="/dashboard/siro-admin/">
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
||||||
|
|||||||
Reference in New Issue
Block a user