mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Implement basic security policy on daemon remote routes
This commit is contained in:
@@ -13,6 +13,7 @@ class VerifyCsrfToken extends BaseVerifier
|
||||
*/
|
||||
protected $except = [
|
||||
'remote/*',
|
||||
'daemon/*',
|
||||
'api/*',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user