Remove Thin 'Server' response header

This commit is contained in:
Phill Campbell
2013-01-02 23:29:21 +00:00
parent f39b16712a
commit cae2559fa3

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