https://bugzilla.wikimedia.org/show_bug.cgi?id=25744
Laurence 'GreenReaper' Parry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Laurence 'GreenReaper' Parry <[email protected]> 2011-03-27 01:46:15 UTC --- I found I had to add this to LocalSettings.php because the main skin CSS and the startup script didn't have a version on: # Force ResourceLoader to serve unversioned resources for 30 days as well (normally 5 min) $wgResourceLoaderMaxage['unversioned'] = array('server' => 30 * 24 * 60 * 60, 'client' => 30 * 24 * 60 * 60); Without it Firefox 4 was attempting to retrieve them every time. They're still not sent with a content-length, which seems wrong, but at least it doesn't do that. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
