تحديث شامل للوحة التحكم وإضافة كافة الميزات للـ WebSidebar

This commit is contained in:
Hamza-Ayed
2026-07-26 02:58:59 +03:00
parent a954f49307
commit 5ec54c03f5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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',
]); ]);
+1 -1
View File
@@ -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">