Skip to content

Commit

Permalink
Set preventUserEnumeration by default
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed May 23, 2023
1 parent 864062d commit d2ce5c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@
->allowAdminChanges(App::env('ALLOW_ADMIN_CHANGES') ?? false)
// Disallow robots
->disallowRobots(App::env('DISALLOW_ROBOTS') ?? false)
// Prevent user enumeration attacks
->preventUserEnumeration()
;

0 comments on commit d2ce5c9

Please sign in to comment.