James Cole
2023-10-22 19:01:18 +02:00
parent 2c34bd36a5
commit e90fb98613
6 changed files with 22 additions and 11 deletions

View File

@@ -251,6 +251,7 @@ return [
'available_dark_modes' => ['light', 'dark', 'browser'],
'bill_reminder_periods' => [90, 30, 14, 7, 0],
'valid_view_ranges' => ['1D', '1W', '1M', '3M', '6M', '1Y',],
'valid_url_protocols' => envNonEmpty('VALID_URL_PROTOCOLS', 'http,https,ftp,ftps,mailto'),
'allowedMimes' => [
/* plain files */
'text/plain',