Tue, 10 Apr 2018 19:42:59 +0200
Preferences: introduced a setting to enable the use of the Safe Browsing Lookup API (v4)
Preferences/__init__.py | file | annotate | diff | comparison | revisions |
--- a/Preferences/__init__.py Tue Apr 10 19:40:37 2018 +0200 +++ b/Preferences/__init__.py Tue Apr 10 19:42:59 2018 +0200 @@ -1155,6 +1155,7 @@ "SafeBrowsingFilterPlatform": True, "SafeBrowsingAutoUpdate": False, "SafeBrowsingUpdateDateTime": QDateTime(), + "SafeBrowsingUseLookupApi": False, } if QWebEngineSettings: webBrowserDefaults["HelpViewerType"] = 1 # eric browser @@ -3016,7 +3017,8 @@ "BookmarksToolBarVisible", "StatusBarVisible", "SessionAutoSave", "LoadTabOnActivation", "SafeBrowsingEnabled", "SafeBrowsingFilterPlatform", - "SafeBrowsingAutoUpdate", "AllowGeolocationOnInsecureOrigins", + "SafeBrowsingAutoUpdate", "SafeBrowsingUseLookupApi", + "AllowGeolocationOnInsecureOrigins", "AllowWindowActivationFromJavaScript", "ShowScrollBars", "DownloadManagerAutoOpen", "DownloadManagerAutoClose", ]: