Files
core/tests/components
hexa- 154eacef6c Http: Change approved_ips from string to cidr validation (#3532) [BREAKING CHANGE]
* Change approved_ips from string to cidr validation

Relabel to trusted_networks, better reflecting its expected inputs,
everything that ipaddress.ip_networks recognizes as an ip network
is possible:
- 127.0.0.1      (single ipv4 addresses)
- 192.168.0.0/24 (ipv4 networks)
- ::1            (single ipv6 addresses)
- 2001:DB8::/48  (ipv6 networks)

* Add support for the X-Forwarded-For header
2016-10-09 08:13:30 -07:00
..
2016-09-17 10:29:58 -07:00
2016-09-17 10:29:58 -07:00
2016-10-04 22:49:43 -07:00
2016-09-13 18:17:51 -07:00
2016-03-09 10:25:50 +01:00
2016-10-04 20:44:32 -07:00
2016-09-30 12:57:24 -07:00
2016-09-23 10:28:16 +02:00
2016-09-24 00:04:03 -07:00