From ee7c06c9ade0a22124944df08c4b423a7d3a6729 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 20 Mar 2019 07:32:12 -0700 Subject: [PATCH] Remove localhost from trusted networks. --- source/_docs/authentication/providers.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_docs/authentication/providers.markdown b/source/_docs/authentication/providers.markdown index a36531c6258..36a18474723 100644 --- a/source/_docs/authentication/providers.markdown +++ b/source/_docs/authentication/providers.markdown @@ -73,8 +73,6 @@ homeassistant: auth_providers: - type: trusted_networks trusted_networks: - - 127.0.0.1 - - ::1 - 192.168.0.0/24 - fd00::/8 ```