--- a/eric7/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py Sat May 15 19:01:16 2021 +0200 +++ b/eric7/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py Sat May 15 20:08:03 2021 +0200 @@ -27,7 +27,7 @@ @signal networkError(str) emitted to indicate a network error """ - ClientId = "eric6_API_client" + ClientId = "eric7_API_client" ClientVersion = "2.0.0" GsbUrlTemplate = "https://safebrowsing.googleapis.com/v4/{0}?key={1}"