Skip to content

Commit

Permalink
Add some sensible defaults for headers that should be sensored.
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Jan 26, 2024
1 parent 0fe3b0a commit d54e648
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/flare.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
CensorRequestHeaders::class => [
'headers' => [
'API-KEY',
'Authorization',
'Cookie',
'Set-Cookie',
'X-CSRF-TOKEN',
'X-XSRF-TOKEN',
]
]
],
Expand Down

0 comments on commit d54e648

Please sign in to comment.