diff --git a/core/httptools.py b/core/httptools.py index 5c17d53f..b9912355 100755 --- a/core/httptools.py +++ b/core/httptools.py @@ -440,6 +440,7 @@ def downloadpage(url, **opt): for cookie in elem: if cookie == 'key': # not a cookie continue + elem[cookie]['domain'] = domain set_cookies(elem[cookie]) response_code = 200 # from lib import proxytranslate