From d5fab55b76a7df55b509d5d5189a5922155ad75d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 20 Mar 2019 07:33:29 -0700 Subject: [PATCH] Remove localhost from trusted networks --- source/_components/http.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_components/http.markdown b/source/_components/http.markdown index e85af1cb178..fad79bf13da 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -112,8 +112,6 @@ http: - 127.0.0.1 - ::1 trusted_networks: - - 127.0.0.1 - - ::1 - 192.168.0.0/24 - fd00::/8 ip_ban_enabled: true