core/homeassistant/components/frontend
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
..
templates Html5 push notifications notify platform (#2807) 2016-08-14 01:10:07 -07:00
www_static Update frontend 2016-10-08 09:23:45 -07:00
__init__.py Http: Change approved_ips from string to cidr validation (#3532) [BREAKING CHANGE] 2016-10-09 08:13:30 -07:00
version.py Update frontend 2016-10-08 09:23:45 -07:00