openclassify/resources/streams/config/security.php
2019-06-22 13:59:18 +03:00

21 lines
317 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| CSRF
|--------------------------------------------------------------------------
|
| CSRF configuration
|
*/
'csrf' => [
'except' => [
'/*'
],
],
];