Allow IP addresses in URLs

Ref: https://github.com/mbrubeck/agate/pull/433
Co-authored-by: oooo-ps <l.trk@tuta.io>
This commit is contained in:
Johann150 2026-04-03 18:31:25 +02:00
parent 1536c382ab
commit 2d6dac4a2f
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
3 changed files with 74 additions and 18 deletions

View file

@ -9,10 +9,16 @@ Updates to dependencies are not considered notable changes for the purpose of th
This may lead to no listed changes for a version.
## [Unreleased]
Thank you to @oooo-ps for contributing to this release.
### Fixed
* Use the default port when checking for the right port.
### Added
* Accept requests with URLs containing IP addresses.
Agate will check that the IP matches the local address for TCP sockets.
Unix sockets will accept any IP address.
## [3.3.19] - 2025-09-18
### Fixed