r113835 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113834‎ | r113835 | r113836 >
Date:19:02, 14 March 2012
Author:preilly
Status:ok
Tags:
Comment:
add images header to vary header to support zero
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php
@@ -714,6 +714,7 @@
715715 }
716716 $wgOut->addVaryHeader( 'Cookie' );
717717 $wgOut->addVaryHeader( 'X-Carrier' );
 718+ $wgOut->addVaryHeader( 'X-Images' );
718719 wfProfileOut( __METHOD__ );
719720 return true;
720721 }

Status & tagging log