aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Http/Client/DnsPinMiddleware.php
Commit message (Expand)AuthorAgeFilesLines
* Fix DNS Pin Middleware throwing for public IPsChristoph Wurst2022-11-081-1/+1
* Add remote host validation APIChristoph Wurst2022-10-311-5/+9
* Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-271-1/+1
* Add missing urldecode and idn_to_utf8 calls to local address checkerCôme Chilliet2022-09-201-1/+1
* Check for !== false instead Lukas Reschke2021-07-121-1/+1
* Check if dns_get_record returns non-falseLukas Reschke2021-07-121-1/+1
* Fixes recursion count incrementationSanpi2021-07-071-1/+1
* Merge pull request #27801 from nextcloud/enh/noid/hardening-dns-pin-middlewarekesselb2021-07-061-13/+28
|\
| * Ignore subdomain for soa queriesDaniel Kesselberg2021-07-051-13/+28
* | Fix DnsPinMiddleware resolve pinning bugAaron Ball2021-07-021-5/+12
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Strictify null checkLukas Reschke2021-04-061-2/+3
* Improve networking checksLukas Reschke2021-04-061-0/+128