summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
Diffstat (limited to 'module/network')
-rwxr-xr-xmodule/network/Request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/Request.py b/module/network/Request.py
index 5e3503bb3..7cb68dd4a 100755
--- a/module/network/Request.py
+++ b/module/network/Request.py
@@ -230,7 +230,7 @@ class Request:
def clear_cookies(self):
if self.curl:
- self.pycurl.setopt(pycurl.COOKIELIST, "ALL")
+ self.pycurl.setopt(pycurl.COOKIELIST, "")
else:
del self.cookies[:]