Skip to content

Commit 7d83810

Browse files
authored
Merge pull request #1014 from cakephp/4.next-merge
merge 4.x => 4.next
2 parents d33aed2 + d0a6692 commit 7d83810

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/app.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,4 +421,9 @@
421421
'Session' => [
422422
'defaults' => 'php',
423423
],
424+
'DebugKit' => [
425+
'forceEnable' => filter_var(env('DEBUG_KIT_FORCE_ENABLE', false), FILTER_VALIDATE_BOOLEAN),
426+
'safeTld' => env('DEBUG_KIT_SAFE_TLD', null),
427+
'ignoreAuthorization' => env('DEBUG_KIT_IGNORE_AUTHORIZATION', false)
428+
],
424429
];

0 commit comments

Comments
 (0)