Skip to content

Commit

Permalink
Ignore hashed keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Nov 7, 2023
1 parent 42a6616 commit 2a697c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/pulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
'/^laravel:pulse:/', // Internal Pulse keys
'/^illuminate:/', // Internal Laravel keys
'/:timer$/', // Internal Laravel rate-limiting keys
'/^[a-zA-Z0-9]{40}$/', // Hashed keys
],
'groups' => [
// '/:\d+/' => ':*',
Expand Down

0 comments on commit 2a697c8

Please sign in to comment.