Remove localhost from trusted networks.

This commit is contained in:
Paulus Schoutsen 2019-03-20 07:32:12 -07:00 committed by GitHub
parent 26e1fe520c
commit ee7c06c9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,8 +73,6 @@ homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- 127.0.0.1
- ::1
- 192.168.0.0/24
- fd00::/8
```