GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plack::Middleware::IEnosniff(3) User Contributed Perl Documentation Plack::Middleware::IEnosniff(3)

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.

call

Plack::Middleware::IEnosniff is hosted on github <http://github.com/bayashi/Plack-Middleware-IEnosniff>

Dai Okabayashi <bayashi@cpan.org>

Plack::Middleware

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.