Switch language

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




send_nosniff_header [ WordPress Function ]

send_nosniff_header ( No parameters )
Links:
Returns:
  • (none)
Defined at:



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

Source


<?php
function send_nosniff_header() {
    @
header'X-Content-Type-Options: nosniff' );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics