Committer: gariev
LJSUP-7350: Sharing to LJ doesn't work in IE8U trunk/htdocs/update.bml
Modified: trunk/htdocs/update.bml =================================================================== --- trunk/htdocs/update.bml 2010-11-15 11:52:25 UTC (rev 17688) +++ trunk/htdocs/update.bml 2010-11-15 12:12:43 UTC (rev 17689) @@ -28,6 +28,10 @@ $$body = "<?badinput?>"; return; } + + ## This header is to pass page content through IE8 XSS Filter. + ## See also htdocs/preview/entry.bml. + LJ::Request->header_out("X-XSS-Protection" => 0); my $usejournalu; if (my $usejournal = $GET{'usejournal'} || $POST{'usejournal'}) {