Skip to content

Commit

Permalink
Fix #9754 by reverting part of issue #9323: IE6/7 cache too much cous…
Browse files Browse the repository at this point in the history
…ing 2800 errors.
  • Loading branch information
amyreese committed Nov 13, 2008
1 parent 84190ed commit 4ee424e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core.php
Expand Up @@ -159,9 +159,9 @@ function microtime_float() {

if ( isset( $g_allow_browser_cache ) && ON == $g_allow_browser_cache ) {
switch ( $t_browser_name ) {
case 'IE':
header( 'Cache-Control: private, proxy-revalidate' );
break;
#case 'IE':
# header( 'Cache-Control: private, proxy-revalidate' );
# break;
default:
header( 'Cache-Control: private, must-revalidate' );
break;
Expand Down

0 comments on commit 4ee424e

Please sign in to comment.