diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index e433e7fa1f2..567af1ef922 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -67,10 +67,6 @@ trusted_proxies: description: "List of trusted proxies, consisting of IP addresses or networks, that are allowed to set the `X-Forwarded-For` header. This is required when using `use_x_forwarded_for` because all requests to Home Assistant, regardless of source, will arrive from the reverse proxy IP address. Therefore in a reverse proxy scenario, this option should be set with extreme care." required: false type: [string, list] -trusted_networks: - description: "**Deprecated since 0.89 release. Configuration moved to [Trusted Networks auth provider](/docs/authentication/providers/#trusted-networks).** List of trusted networks, consisting of IP addresses or networks, that are allowed to bypass password protection when accessing Home Assistant. If using a reverse proxy with the `use_x_forwarded_for` and `trusted_proxies` options enabled, requests proxied to Home Assistant with a trusted `X-Forwarded-For` header will appear to come from the IP given in that header instead of the proxy IP." - required: false - type: [string, list] ip_ban_enabled: description: Flag indicating whether additional IP filtering is enabled. required: false @@ -88,12 +84,6 @@ ssl_profile: default: modern {% endconfiguration %} -