Skip to content

Commit

Permalink
Merge pull request #180 from spatie/better-sensor-header-defaults
Browse files Browse the repository at this point in the history
Add some sensible defaults for headers that should be sensored.
  • Loading branch information
freekmurze authored Feb 9, 2024
2 parents 0fe3b0a + 5f005d9 commit 351504f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.72.1" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.72|^3.0" --no-interaction --no-update
composer update --with="livewire/livewire:^${{ matrix.livewire }}" --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
Expand Down
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 351504f

Please sign in to comment.