mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Improve security
This commit is contained in:
@@ -51,11 +51,7 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
|
||||
$middleware->validateCsrfTokens(except: [
|
||||
'failed',
|
||||
'admin/*',
|
||||
'btcpay/webhook',
|
||||
'contact-us',
|
||||
'cart',
|
||||
'cart/*',
|
||||
]);
|
||||
|
||||
$middleware->prepend(DegradeWhenRedisUnreachable::class);
|
||||
|
||||
Reference in New Issue
Block a user