Move always_authenticate config to the setting.php file
This commit is contained in:
@@ -22,15 +22,4 @@ return [
|
||||
*/
|
||||
'evil' => ['(?<!\w)on\w*', 'style', 'xmlns', 'formaction', 'form', 'xlink:href', 'FSCommand', 'seekSegmentTime'],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Always authenticate
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Whether to lock down Cachet and only allow viewing pages
|
||||
| when authenticated.
|
||||
|
|
||||
*/
|
||||
'always_authenticate' => false,
|
||||
|
||||
];
|
||||
|
||||
@@ -111,4 +111,16 @@ return [
|
||||
*/
|
||||
|
||||
'only_disrupted_days' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Always authenticate
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Whether to lock down Cachet and only allow viewing pages
|
||||
| when authenticated.
|
||||
|
|
||||
*/
|
||||
|
||||
'always_authenticate' => false,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user