From 4ae4dea93e76ec13b1c1adf92ae0e23ca9dfcc50 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 18 Aug 2011 21:04:29 +0000 Subject: [PATCH] Removed mention of AOL, no longer true since r39892 --- includes/ProxyTools.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/ProxyTools.php b/includes/ProxyTools.php index 83f026faee..f0c0c6987d 100644 --- a/includes/ProxyTools.php +++ b/includes/ProxyTools.php @@ -43,9 +43,10 @@ function wfGetIP() { } /** - * Checks if an IP is a trusted proxy providor - * Useful to tell if X-Fowarded-For data is possibly bogus - * Squid cache servers for the site and AOL are whitelisted + * Checks if an IP is a trusted proxy providor. + * Useful to tell if X-Fowarded-For data is possibly bogus. + * Squid cache servers for the site are whitelisted. + * * @param $ip String * @return bool */ -- 2.20.1