[][src]Function tide::http::security::nosniff

pub fn nosniff(headers: impl AsMut<Headers>)

Prevent browsers from trying to guess (“sniff”) the MIME type, which can have security implications.

read more