Changeset 13733 for trunk/wp-admin/includes/misc.php
- Timestamp:
- 03/17/2010 04:27:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/misc.php
r13609 r13733 657 657 /** 658 658 * Send a HTTP header to disable content type sniffing in browsers which support it. 659 * 659 * 660 660 * @link http://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx 661 661 * @link http://src.chromium.org/viewvc/chrome?view=rev&revision=6985 662 * 662 * 663 663 * @since 3.0.0. 664 664 * @return none 665 665 */ 666 666 function send_nosniff_header() { 667 @header( 'X-Content-Type-Options: nosniff' ); 667 @header( 'X-Content-Type-Options: nosniff' ); 668 668 } 669 669 /**
Note: See TracChangeset
for help on using the changeset viewer.