mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-26 04:18:29 +02:00
Some more UI fixes
This commit is contained in:
parent
ed8d8d47ba
commit
3a6319fe6d
6 changed files with 43 additions and 325 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue