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

Allow HTTP*S* URLs for the HTTP(S) proxy setting #1276

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

lenerd
Copy link
Contributor

@lenerd lenerd commented Feb 11, 2025

Make the regular expression used to check the validity of the "HTTP(S) proxy" setting less restrictive such that not only http://, but also https://` URLs are allowed.

Fixes #1269

Make the regular expression used to check the validity of the "HTTP(S)
proxy" setting less restrictive such that not only `http://, but also
`https://` URLs are allowed.

Fixes Catfriend1#1269
@Catfriend1 Catfriend1 added the bug label Feb 11, 2025
@Catfriend1 Catfriend1 added this to the v1.29.3 milestone Feb 11, 2025
@Catfriend1 Catfriend1 merged commit 35862e6 into Catfriend1:main Feb 11, 2025
@Catfriend1
Copy link
Owner

@lenerd 🚀
Thank you very much, good job!

@lenerd
Copy link
Contributor Author

lenerd commented Feb 11, 2025

Thank you @Catfriend1! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTPS URLs are no valid HTTP(S) proxy addresses
2 participants