[wp-trac] [WordPress Trac] #20148: Preview post in Webkit browser doesn't render Flash objects

WordPress Trac wp-trac at lists.automattic.com
Thu Mar 1 12:34:37 UTC 2012


#20148: Preview post in Webkit browser doesn't render Flash objects
------------------------------+------------------------------
 Reporter:  thomasvanderbeek  |       Owner:
     Type:  enhancement       |      Status:  new
 Priority:  normal            |   Milestone:  Awaiting Review
Component:  General           |     Version:  3.3.1
 Severity:  normal            |  Resolution:
 Keywords:                    |
------------------------------+------------------------------

Comment (by ocean90):

 johnbillion, I've just tried this.

 In ''wp-admin/includes/post.php''
 {{{
 case 'preview':
         check_admin_referer( 'autosave', 'autosavenonce' );

         $url = post_preview();

         header( "X-XSS-Protection: 0", true );
         wp_redirect($url);
         exit();
         break;
 }}}

 Header will be sent, but message is still there.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20148#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list