Skip to content

Commit

Permalink
Limit trustedHosts verification to backend password resets by default…
Browse files Browse the repository at this point in the history
… for better compatibility
  • Loading branch information
LukeTowers committed Mar 12, 2021
1 parent f7e498b commit 69a2d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
| on the Backend password reset flow for security reasons.
*/

'trustedHosts' => true,
'trustedHosts' => false,

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 69a2d07

Please sign in to comment.