mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Hide important info from debug mode
This commit is contained in:
parent
572fe5575c
commit
3825c7ba50
@ -58,15 +58,11 @@ return [
|
||||
*/
|
||||
|
||||
'debug_blacklist' => [
|
||||
'_ENV' => [
|
||||
'APP_KEY',
|
||||
'DB_PASSWORD',
|
||||
],
|
||||
'_COOKIE' => array_keys($_COOKIE),
|
||||
|
||||
'_SERVER' => [
|
||||
'APP_KEY',
|
||||
'DB_PASSWORD',
|
||||
],
|
||||
'_SERVER' => array_keys($_SERVER),
|
||||
|
||||
'_ENV' => array_keys($_ENV),
|
||||
|
||||
'_POST' => [
|
||||
'password',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user