Some more UI fixes

This commit is contained in:
Pinga 2023-12-19 08:38:58 +02:00
parent ed8d8d47ba
commit 3a6319fe6d
6 changed files with 43 additions and 325 deletions

View file

@ -216,6 +216,9 @@ $csrfMiddleware = function ($request, $handler) use ($container) {
if ($path && $path === '/domain/deletesecdns') {
return $handler->handle($request);
}
if ($path && $path === '/application/deletehost') {
return $handler->handle($request);
}
// If not skipped, apply the CSRF Guard
return $csrf->process($request, $handler);