Skip to content

Commit

Permalink
header spec server: Ignore HTTP_AUTHORIZATION
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed May 27, 2017
1 parent fc92326 commit f87fd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/servers/arachni/element/header.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set :logging, false

IGNORE = %w(HTTP_VERSION HTTP_HOST HTTP_ACCEPT_ENCODING HTTP_USER_AGENT
HTTP_ACCEPT HTTP_ACCEPT_LANGUAGE HTTP_X_ARACHNI_SCAN_SEED)
HTTP_ACCEPT HTTP_ACCEPT_LANGUAGE HTTP_X_ARACHNI_SCAN_SEED HTTP_AUTHORIZATION)

def submitted
h = {}
Expand Down

0 comments on commit f87fd93

Please sign in to comment.