Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78bbf5d

Browse files
committed
Fixes #1451
1 parent 551b7e4 commit 78bbf5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/controller/controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ def start():
421421
skip |= (place == PLACE.USER_AGENT and intersect(USER_AGENT_ALIASES, conf.skip, True) not in ([], None))
422422
skip |= (place == PLACE.REFERER and intersect(REFERER_ALIASES, conf.skip, True) not in ([], None))
423423
skip |= (place == PLACE.COOKIE and intersect(PLACE.COOKIE, conf.skip, True) not in ([], None))
424+
skip |= (place == PLACE.HOST and intersect(PLACE.HOST, conf.skip, True) not in ([], None))
424425

425426
skip &= not (place == PLACE.USER_AGENT and intersect(USER_AGENT_ALIASES, conf.testParameter, True))
426427
skip &= not (place == PLACE.REFERER and intersect(REFERER_ALIASES, conf.testParameter, True))

0 commit comments

Comments
 (0)