Helpviewer/CookieJar/CookieJar.py

changeset 3035
36e9f388958b
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Helpviewer/CookieJar/CookieJar.py	Sat Oct 19 13:03:39 2013 +0200
+++ b/Helpviewer/CookieJar/CookieJar.py	Sat Oct 19 14:05:26 2013 +0200
@@ -243,11 +243,11 @@
         host = url.host()
         eBlock = self.__isOnDomainList(self.__exceptionsBlock, host)
         eAllow = not eBlock and \
-                 self.__isOnDomainList(self.__exceptionsAllow, host)
+            self.__isOnDomainList(self.__exceptionsAllow, host)
         eAllowSession = not eBlock and \
-                        not eAllow and \
-                        self.__isOnDomainList(
-                            self.__exceptionsAllowForSession, host)
+            not eAllow and \
+            self.__isOnDomainList(
+                self.__exceptionsAllowForSession, host)
         
         addedCookies = False
         acceptInitially = self.__acceptCookies != self.AcceptNever

eric ide

mercurial