Skip to content

Commit 69a2d07

Browse files
committed
Limit trustedHosts verification to backend password resets by default for better compatibility
1 parent f7e498b commit 69a2d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
| on the Backend password reset flow for security reasons.
7272
*/
7373

74-
'trustedHosts' => true,
74+
'trustedHosts' => false,
7575

7676
/*
7777
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)