GitHub Actions
8b49da4d25
fix: resolve SecurityHeaders page rendering issue
Update frontend API layer to correctly unwrap backend response objects.
Backend returns wrapped responses (e.g., {profiles: [...]}) while frontend
was expecting unwrapped arrays. Fixed 6 API methods in securityHeaders.ts
to properly extract data from response wrappers.
Changes:
- listProfiles(): unwrap .profiles
- getProfile(): unwrap .profile
- createProfile(): unwrap .profile
- updateProfile(): unwrap .profile
- getPresets(): unwrap .presets
- applyPreset(): unwrap .profile
2025-12-19 18:55:48 +00:00
..
2025-12-12 19:21:44 +00:00
2025-12-15 07:30:35 +00:00
2025-12-15 22:10:28 +00:00
2025-12-15 22:10:28 +00:00
2025-12-15 22:10:28 +00:00
2025-12-15 22:10:28 +00:00
2025-12-15 22:10:28 +00:00
2025-12-12 19:21:44 +00:00
2025-12-15 07:30:36 +00:00
2025-12-15 22:10:28 +00:00
2025-12-15 22:10:28 +00:00
2025-12-15 22:10:28 +00:00
2025-12-12 19:21:44 +00:00
2025-12-12 19:21:44 +00:00
2025-12-12 19:21:44 +00:00
2025-12-15 07:30:36 +00:00
2025-12-12 00:05:15 +00:00
2025-12-17 16:54:14 +00:00
2025-12-17 16:54:14 +00:00
2025-12-15 14:45:56 +00:00
2025-12-14 02:45:24 +00:00
2025-12-15 07:30:35 +00:00
2025-12-15 22:10:28 +00:00
2025-12-15 07:30:36 +00:00
2025-12-15 22:10:28 +00:00
2025-12-12 19:21:44 +00:00
2025-12-12 19:21:44 +00:00
2025-12-15 07:30:35 +00:00
2025-12-12 19:21:44 +00:00
2025-12-17 20:00:44 +00:00
2025-12-15 07:30:35 +00:00
2025-12-19 18:55:48 +00:00
2025-12-12 19:21:44 +00:00
2025-12-17 23:41:27 +00:00
2025-12-19 18:55:48 +00:00
2025-12-14 02:03:38 +00:00
2025-12-16 14:10:32 +00:00
2025-12-14 02:45:24 +00:00
2025-12-14 02:45:24 +00:00
2025-12-15 07:30:35 +00:00
2025-12-19 18:55:48 +00:00
2025-12-19 18:55:48 +00:00