From: Brian Wolff Date: Wed, 24 Aug 2016 16:18:03 +0000 (+0000) Subject: Enable $wgResourceLoaderStorageEnabled by default X-Git-Tag: 1.31.0-rc.0~5865^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=85eed51f9478733a11d36394df9c6444f0dbafb9;p=lhc%2Fweb%2Fwiklou.git Enable $wgResourceLoaderStorageEnabled by default Been in use on Wikipedia for a long time, no longer experimental. Change-Id: I3dde225a07e25f9dcda1a651dfb5a7b2d0833eb1 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4e08aa62b3..c8cf5bc1bb 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3747,10 +3747,8 @@ $wgResourceLoaderLESSImportPaths = [ /** * Whether ResourceLoader should attempt to persist modules in localStorage on * browsers that support the Web Storage API. - * - * @since 1.23 - Client-side module persistence is experimental. Exercise care. */ -$wgResourceLoaderStorageEnabled = false; +$wgResourceLoaderStorageEnabled = true; /** * Cache version for client-side ResourceLoader module storage. You can trigger