wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



send_nosniff_header › WordPress Function

Od3.0.0
Przestarzałyn/a
send_nosniff_header ( Brak parametrów )
Zobacz:
Zdefiniowane na:
Codex:

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



Źródło

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