Minor update

This commit is contained in:
Miroslav Stampar
2017-05-26 14:25:22 +02:00
parent 359bfb2704
commit 0864387885
4 changed files with 7 additions and 5 deletions

View File

@@ -90,6 +90,8 @@ def forgeHeaders(items=None):
headers[key] = value
if conf.cj:
import pdb
pdb.set_trace()
if HTTP_HEADER.COOKIE in headers:
for cookie in conf.cj:
if cookie.domain_specified and not conf.hostname.endswith(cookie.domain):