FreeBSD Manual Pages
Plack::Middleware::IEnUserfContributed Perl DocPlack::Middleware::IEnosniff(3) NAME Plack::Middleware::IEnosniff - added HTTP Header 'X-Content-Type-Options: nosniff' SYNOPSIS 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; DESCRIPTION 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. METHOD call REPOSITORY Plack::Middleware::IEnosniff is hosted on github <http://github.com/bayashi/Plack-Middleware-IEnosniff> AUTHOR Dai Okabayashi <bayashi@cpan.org> SEE ALSO Plack::Middleware LICENSE This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. perl v5.32.0 2020-08-21 Plack::Middleware::IEnosniff(3)
NAME | SYNOPSIS | DESCRIPTION | METHOD | REPOSITORY | AUTHOR | SEE ALSO | LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Plack::Middleware::IEnosniff&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>