From de68a00c75dd96a6068a73f2cbfee5eb75376184 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Thu, 19 Apr 2012 18:09:17 +0100 Subject: [PATCH] Fix issue 658: removed content-type response header when replying to a successful founded Ray vector --- extensions/xssrays/handler.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/xssrays/handler.rb b/extensions/xssrays/handler.rb index 14b860bcf..500e7965e 100644 --- a/extensions/xssrays/handler.rb +++ b/extensions/xssrays/handler.rb @@ -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'