Skip to content

srchulo/Mojolicious-Plugin-NoServerHeader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Mojolicious::Plugin::NoServerHeader - Removes the Server header from every Mojolicious response

STATUS

SYNOPSIS

# Mojolicious::Lite
plugin 'NoServerHeader';

# Mojolicious
$app->plugin('NoServerHeader');

DESCRIPTION

Mojolicious::Plugin::NoServerHeader removes the default Server header, "Mojolicious (Perl)", from every response. This can be useful for security reasons if there was ever a known exploit for Mojolicious. If you are really concerned about this, you should also change the default error pages like the failraptor, although those are probably less obvious than a Server header in every response.

AUTHOR

Adam Hopkins srchulo@cpan.org

COPYRIGHT

Copyright 2019- Adam Hopkins

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl it.

SEE ALSO

About

Removes the Server header from every Mojolicious response

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages