From 4d78eac93815769fbe5b94c8158cd3be623025ac Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 29 Mar 2011 10:06:35 +0000 Subject: [PATCH] revert of that thingy as requested by Bernardo --- lib/controller/controller.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 8fdde4f49..33cd6a179 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -332,9 +332,6 @@ def start(): # Test Cookie header only if --level >= 2 skip |= (place == PLACE.COOKIE and conf.level < 2) - # Test GET parameter in case --data only if --level >= 3 - skip |= (place == PLACE.GET and conf.data is not None and conf.level < 3) - skip &= not (place == PLACE.UA and intersect(USER_AGENT_ALIASES, conf.testParameter)) skip &= not (place == PLACE.REFERER and intersect(REFERER_ALIASES, conf.testParameter))