Skip to content

Commit

Permalink
Added Nova keys on default cache config (#79)
Browse files Browse the repository at this point in the history
Ex: nova.version, nova_valid_license_key
  • Loading branch information
SRWieZ authored Dec 1, 2023
1 parent bf5ec22 commit 06b8e35
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 @@ -134,6 +134,7 @@
'/^laravel:pulse:/', // Internal Pulse keys...
'/^illuminate:/', // Internal Laravel keys...
'/^telescope:/', // Internal Telescope keys...
'/^nova/', // Internal Nova keys...
'/^.+@.+\|(?:(?:\d+\.\d+\.\d+\.\d+)|[0-9a-fA-F:]+)(?::timer)?$/', // Breeze / Jetstream authentication rate limiting...
'/^[a-zA-Z0-9]{40}$/', // Session IDs...
],
Expand Down

0 comments on commit 06b8e35

Please sign in to comment.