wpseek.com
A WordPress-centric search engine for devs and theme authors



send_nosniff_header › WordPress Function

Since3.0.0
Deprecatedn/a
send_nosniff_header ( No parameters )
See:
Defined at:
Codex:

Sends a HTTP header to disable content type sniffing in browsers which support it.



Source

function send_nosniff_header() {
	header( 'X-Content-Type-Options: nosniff' );
}