Fixes for CORS
This commit is contained in:
parent
d9e923e978
commit
24b7cb7509
1 changed files with 2 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ class Kernel extends HttpKernel
|
|||
ShareErrorsFromSession::class,
|
||||
SubstituteBindings::class,
|
||||
QueryLogging::class,
|
||||
VerifyCsrfToken::class,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
@ -194,5 +195,6 @@ class Kernel extends HttpKernel
|
|||
Locale::class,
|
||||
SubstituteBindings::class,
|
||||
ContactAccount::class,
|
||||
VerifyCsrfToken::class,
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue