From f54ff29a023e0d77678365e8447f3ddba0a99226 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 13 Apr 2017 13:39:21 +1200 Subject: [PATCH] API Remove BlockUntrustedIPs --- .htaccess | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.htaccess b/.htaccess index 0673a20..b2a4f3f 100644 --- a/.htaccess +++ b/.htaccess @@ -23,13 +23,6 @@ ErrorDocument 404 /assets/error-404.html ErrorDocument 500 /assets/error-500.html - - # Ensure that X-Forwarded-Host is only allowed to determine the request - # hostname for servers ips defined by SS_TRUSTED_PROXY_IPS in your _ss_environment.php - # Note that in a future release this setting will be always on. - SetEnv BlockUntrustedIPs true - - # Turn off index.php handling requests to the homepage fixes issue in apache >=2.4