aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Plack-Middleware-IEnosniff
Commit message (Collapse)AuthorAgeFilesLines
* - stage supportAndrej Zverev2014-01-052-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338763
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325965
* - Upgrade to 0.02.Jun Kuriyama2013-01-142-8/+3
| | | | Notes: svn path=/head/; revision=310413
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275889
* Plack::Middleware::IEnosniff is middleware for Plack. This middlewareJun Kuriyama2011-02-264-0/+40
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. WWW: http://search.cpan.org/dist/Plack-Middleware-IEnosniff/ Notes: svn path=/head/; revision=269792