Skip to content

Commit 36973b6

Browse files
authored
Remove deprecated trusted_networks from http docs (home-assistant#15856)
1 parent cda6e93 commit 36973b6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

source/_integrations/http.markdown

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ trusted_proxies:
6767
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."
6868
required: false
6969
type: [string, list]
70-
trusted_networks:
71-
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."
72-
required: false
73-
type: [string, list]
7470
ip_ban_enabled:
7571
description: Flag indicating whether additional IP filtering is enabled.
7672
required: false
@@ -88,12 +84,6 @@ ssl_profile:
8884
default: modern
8985
{% endconfiguration %}
9086

91-
<div class='note'>
92-
93-
Configuring trusted_networks via the `http` integration will be deprecated and moved to `auth_providers` instead. For instructions, see <a href="/docs/authentication/providers/#trusted-networks">trusted networks</a>. In Home Assistant 0.89.0 and 0.89.1, you need place the trusted network under both `http` and `auth_providers` if you still want to use trusted networks features. You can remove it from `http` section starting from 0.89.2.
94-
95-
</div>
96-
9787
The sample below shows a configuration entry with possible values:
9888

9989
```yaml

0 commit comments

Comments
 (0)