mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
Direct links to the login pages for public instances could lead to a redirect back to an external page upon login. This adds a check to ensure the URL is a URL expected from the current bookstack instance, or at least under the same domain. Fixes #2073 |
||
|---|---|---|
| .. | ||
| ConfirmEmailController.php | ||
| ForgotPasswordController.php | ||
| LoginController.php | ||
| RegisterController.php | ||
| ResetPasswordController.php | ||
| Saml2Controller.php | ||
| SocialController.php | ||
| UserInviteController.php | ||