Preferences/__init__.py

changeset 6231
fdfcd201f783
parent 6224
08875555771a
child 6237
8abadfc5b7cb
--- 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",
                  ]:

eric ide

mercurial