Skip to content

Commit d54e648

Browse files
committed
Add some sensible defaults for headers that should be sensored.
1 parent 0fe3b0a commit d54e648

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/flare.php

+5
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
CensorRequestHeaders::class => [
6363
'headers' => [
6464
'API-KEY',
65+
'Authorization',
66+
'Cookie',
67+
'Set-Cookie',
68+
'X-CSRF-TOKEN',
69+
'X-XSRF-TOKEN',
6570
]
6671
]
6772
],

0 commit comments

Comments
 (0)