Definition:
function send_nosniff_header() {}
Send a HTTP header to disable content type sniffing in browsers which support it.
Source code
function send_nosniff_header() {
@header( 'X-Content-Type-Options: nosniff' );
}
2829
Definition:
function send_nosniff_header() {}
function send_nosniff_header() {
@header( 'X-Content-Type-Options: nosniff' );
}
2829
No comments yet... Be the first to leave a reply!