Force Plain Text Format in Internet Explorer WITHOUT Registry Hack [SOLVED]

Reply to comment

As used in wordpress: /** * Send a HTTP header to disable content type sniffing in browsers which support it. * * @link http://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx * @link http://src.chromium.org/viewvc/chrome?view=rev&revision=6985 * * @since 3.0.0 * @return none */ function send_nosniff_header() {     @header( 'X-Content-Type-Options: nosniff' ); } https://core.svn.wordpress.org/trunk/wp-includes/functions.php