X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=a28aa5b3f50eaacbb6a29c3b49a77a5d7a690ac1;hp=51320e25bd56f93a1a789a5a5899c6fc98fe5d53;hb=36395150104588f2afea866c330b683e4329fa48;hpb=d87a04d8eb736a7327520acd8a64e477a67e37ed 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 = [];