Skip to content
New issue

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

add "[::1]" for localhost determination #1030

Merged
merged 1 commit into from Aug 19, 2023
Merged

add "[::1]" for localhost determination #1030

merged 1 commit into from Aug 19, 2023

Conversation

Yuki-Inoue
Copy link

Currently, allow_localhost option of disable_net_connect! method does not allow [::1] to be communicated, while this is actually an localhost address (of IPv6).

This PR should allow communicating with http://[::1]/some/path address.

@zenspider
Copy link
Contributor

I just added exactly the same patch locally.

@bblimke
Copy link
Owner

bblimke commented Aug 19, 2023

Thank you @Yuki-Inoue

@bblimke bblimke merged commit 19917a3 into bblimke:master Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants