Skip to content

Commit

Permalink
Merge pull request #1014 from cakephp/4.next-merge
Browse files Browse the repository at this point in the history
merge 4.x => 4.next
  • Loading branch information
LordSimal authored Sep 13, 2024
2 parents d33aed2 + d0a6692 commit 7d83810
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,4 +421,9 @@
'Session' => [
'defaults' => 'php',
],
'DebugKit' => [
'forceEnable' => filter_var(env('DEBUG_KIT_FORCE_ENABLE', false), FILTER_VALIDATE_BOOLEAN),
'safeTld' => env('DEBUG_KIT_SAFE_TLD', null),
'ignoreAuthorization' => env('DEBUG_KIT_IGNORE_AUTHORIZATION', false)
],
];

0 comments on commit 7d83810

Please sign in to comment.