aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Http/Client/LocalAddressChecker.php
Commit message (Expand)AuthorAgeFilesLines
* Add remote host validation APIChristoph Wurst2022-10-311-102/+0
* Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-271-3/+3
* Fix tests for nested v4 in v6Côme Chilliet2022-09-201-14/+6
* Use new dependency to normalize IPsCôme Chilliet2022-09-201-0/+13
* Add missing urldecode and idn_to_utf8 calls to local address checkerCôme Chilliet2022-09-201-1/+1
* Use Symfony IpUtils to check for local IP rangesCôme Chilliet2022-07-121-3/+7
* Check for local IPs nested in IPv6 as wellCôme Chilliet2022-07-121-1/+3
* Refactor local IP if and set strict to true for in_arrayCôme Chilliet2022-07-121-6/+6
* Improve local IP detectionCôme Chilliet2022-07-121-0/+6
* Improve local domain detectionCôme Chilliet2022-06-231-2/+4
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-4/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Improve networking checksLukas Reschke2021-04-061-0/+85