Merge pull request #2894 from nstapelbroek/feature/2812-firewall-frontend

Feature always authenticate
This commit is contained in:
James Brooks
2018-04-05 08:22:21 +01:00
committed by GitHub
9 changed files with 336 additions and 10 deletions
+4 -2
View File
@@ -177,8 +177,10 @@ return [
'incident-date-format' => 'Incident timestamp format',
],
'security' => [
'allowed-domains' => 'Allowed domains',
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
'allowed-domains' => 'Allowed domains',
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
'always-authenticate' => 'Always authenticate',
'always-authenticate-help' => 'Require login to view any Cachet page',
],
'stylesheet' => [
'custom-css' => 'Custom Stylesheet',