Added 400 status to valid_response_codes. See #124.

This commit is contained in:
ethicalhack3r
2013-02-02 12:32:10 +01:00
parent 9367fcd282
commit 44be0f5c21

View File

@@ -61,7 +61,7 @@ class WpTarget
# Valid HTTP return codes
def self.valid_response_codes
[200, 301, 302, 401, 403, 500]
[200, 301, 302, 401, 403, 500, 400]
end
# return WpTheme