Skip to content

Commit

Permalink
Merge pull request #96 from PHPGuus/main
Browse files Browse the repository at this point in the history
Censor password confirmation payloads
  • Loading branch information
freekmurze authored Jun 8, 2022
2 parents 6f6f9ca + d29bf3b commit b90026b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/flare.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@
CensorRequestBodyFields::class => [
'censor_fields' => [
'password',
'password_confirmation',
],
],
CensorRequestHeaders::class => [
'headers' => [
'API-KEY'
'API-KEY',
]
]
],
Expand Down

0 comments on commit b90026b

Please sign in to comment.