Plack::Middleware::IEnosniff - added HTTP Header 'X-Content-Type-Options:
nosniff'
enable 'IEnosniff';
you can set 'only_ie' option, if you want to send
'X-Content-Type-Options: nosniff' for IE8 only.
enable 'IEnosniff', only_ie => 1;
Plack::Middleware::IEnosniff is middleware for Plack. This middleware adds HTTP
Header 'X-Content-Type-Options: nosniff' for safe. Sending
X-Content-Type-Options response header with the value nosniff will prevent
Internet Explorer from MIME-sniffing a response away from the declared
content-type.
Plack::Middleware::IEnosniff is hosted on github
<http://github.com/bayashi/Plack-Middleware-IEnosniff>
Dai Okabayashi <bayashi@cpan.org>
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself. See perlartistic.