We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found in #436 (comment), not sure if this is really an issue, I didn't test it. See
server/lib/private/AppFramework/Http/Request.php
Line 73 in f7d26e4
cc @MorrisJobke
The text was updated successfully, but these errors were encountered:
The regex with added IPv6 localhost would look like
/^(127\.0\.0\.1|localhost|::1)$/
Sorry, something went wrong.
@coderkun Could I ask you to open a Pull Request with this change applied? That would be awesome :)
Merge pull request #4862 from coderkun/issue-440-localhost-regex
c56c981
Add IPv6 to “localhost” regex (#440)
No branches or pull requests
Found in #436 (comment), not sure if this is really an issue, I didn't test it. See
server/lib/private/AppFramework/Http/Request.php
Line 73 in f7d26e4
cc @MorrisJobke
The text was updated successfully, but these errors were encountered: