Add an "always authenticate" setting

This commit is contained in:
Nico Stapelbroek
2018-01-27 21:27:53 +01:00
parent 7abdbe8e38
commit 239f953e36
4 changed files with 33 additions and 2 deletions
+11
View File
@@ -22,4 +22,15 @@ 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' => true,
];