Helpviewer/CookieJar/CookieJar.py

changeset 4326
e52318f11812
parent 4021
195a471c327b
child 4631
5c1a96925da4
--- a/Helpviewer/CookieJar/CookieJar.py	Sun Jul 19 18:39:55 2015 +0200
+++ b/Helpviewer/CookieJar/CookieJar.py	Wed Jul 22 19:45:39 2015 +0200
@@ -261,7 +261,7 @@
             for cookie in cookieList:
                 lst = []
                 if not (self.__filterTrackingCookies and
-                        cookie.name().startsWith("__utm")):
+                        cookie.name().startsWith(b"__utm")):
                     if eAllowSession:
                         cookie.setExpirationDate(QDateTime())
                     if self.__keepCookies == self.KeepUntilTimeLimit and \

eric ide

mercurial