Update http.markdown (#16479)

`trusted_networks` is no longer a valid option for the HTTP integration (and isn't mentioned elsewhere on this page) and so it shouldn't be referenced
This commit is contained in:
Nick 2021-02-10 03:17:17 -05:00 committed by GitHub
parent 906d311f50
commit d73b1ab673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,12 +130,6 @@ If you want to apply additional IP filtering, and automatically ban brute force
After a ban is added a Persistent Notification is populated to the Home Assistant frontend.
<div class='note warning'>
Please note, that sources from `trusted_networks` won't be banned automatically.
</div>
## Hosting files
If you want to use Home Assistant to host or serve static files then create a directory called `www` under the configuration path (`/config`). The static files in `www/` can be accessed by the following URL `http://your.domain:8123/local/`, for example `audio.mp3` would be accessed as `http://your.domain:8123/local/audio.mp3`.