--- a/src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingManager.py Sun Jan 14 13:02:05 2024 +0100 +++ b/src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingManager.py Tue Jan 16 14:18:52 2024 +0100 @@ -452,7 +452,7 @@ if not isPotentialThreat: return [] - # if there is non-expired full hash, URL is blacklisted + # if there is non-expired full hash, URL is blocked matchingExpiredThreatLists = set() for threatList, hasExpired in self.__cache.lookupFullHashes(matchingFullHashes): if hasExpired: