wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



send_nosniff_header › WordPress Function

Seit3.0.0
Veraltetn/v
send_nosniff_header ( Keine Parameter )
Siehe:
Definiert in:
Codex:

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



Quellcode

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