Merge pull request #809 from phillcampbell/development

Remove Thin 'Server' response header
This commit is contained in:
Michele Orru
2013-01-03 01:47:58 -08:00

View File

@@ -4,6 +4,10 @@
# See the file 'doc/COPYING' for copying permission
#
# Remove Thin 'Server' response header
Thin.send :remove_const, :SERVER
Thin::SERVER = nil
module BeEF
module Core