https://bugzilla.wikimedia.org/show_bug.cgi?id=39980

Liangent <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |WORKSFORME

--- Comment #2 from Liangent <[email protected]> 2012-09-04 17:49:40 UTC ---
Should be WFM, my fault.

This function is built-in and configurable with $wgSquidServersNoPurge and the
above extension is just a list.

If you want to open it to every IP, write in your LocalSettings.php:

$wgHooks['IsTrustedProxy'][] = function( &$ip, &$trusted ) { return $trusted =
true; }

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to