src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingManager.py

branch
eric7
changeset 10503
6a37b6ac3928
parent 10439
21c28b0f9e41
child 10926
9ef616cd220d
--- 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:

eric ide

mercurial