Fix issue 658: removed content-type response header when replying to a successful founded Ray vector

This commit is contained in:
antisnatchor
2012-04-19 18:09:17 +01:00
parent cf3587e2b1
commit de68a00c75

View File

@@ -48,7 +48,6 @@ module BeEF
headers 'Pragma' => 'no-cache',
'Cache-Control' => 'no-cache',
'Expires' => '0',
'Content-Type' => 'text/javascript',
'Access-Control-Allow-Origin' => '*',
'Access-Control-Allow-Methods' => 'POST,GET'