--- 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