Skip to content

Commit

Permalink
BlueScreen: added 'authorization' to keysToHide [Closes #365]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 27, 2023
1 parent 8c4cb2f commit e2e6c51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Tracy/BlueScreen/BlueScreen.php
Expand Up @@ -36,7 +36,10 @@ class BlueScreen
public $scrubber;

/** @var string[] */
public $keysToHide = ['password', 'passwd', 'pass', 'pwd', 'creditcard', 'credit card', 'cc', 'pin', self::class . '::$snapshot'];
public $keysToHide = [
'password', 'passwd', 'pass', 'pwd', 'creditcard', 'credit card', 'cc', 'pin', 'authorization',
self::class . '::$snapshot',
];

/** @var bool */
public $showEnvironment = true;
Expand Down

0 comments on commit e2e6c51

Please sign in to comment.