From: Timo Tijhof Date: Thu, 3 Aug 2017 02:11:27 +0000 (-0700) Subject: DefaultSettings: Update wgLocalVirtualHosts documentation X-Git-Tag: 1.31.0-rc.0~2465 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=b951485c24b2c8673cfabf395e6a2937a7f81331;p=lhc%2Fweb%2Fwiklou.git DefaultSettings: Update wgLocalVirtualHosts documentation Change-Id: I4fb4724b78a1270df951e59c58c7482f0fb5ff34 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 51320e25bd..a28aa5b3f5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -8279,10 +8279,15 @@ $wgHTTPProxy = false; * Local virtual hosts. * * This lists domains that are configured as virtual hosts on the same machine. - * If a request is to be made to a domain listed here, or any subdomain thereof, - * then no proxy will be used. - * Command-line scripts are not affected by this setting and will always use - * proxy if it is configured. + * + * This affects the following: + * - MWHttpRequest: If a request is to be made to a domain listed here, or any + * subdomain thereof, then no proxy will be used. + * Command-line scripts are not affected by this setting and will always use + * the proxy if it is configured. + * - ChronologyProtector: Decide to shutdown LBFactory asynchronously instead + * synchronously if the current response redirects to a local virtual host. + * * @since 1.25 */ $wgLocalVirtualHosts = [];