Preferences/__init__.py

changeset 6090
5cdb7ea57551
parent 6089
ca484325f02a
child 6091
7b989321d74c
--- a/Preferences/__init__.py	Thu Jan 25 13:42:27 2018 +0100
+++ b/Preferences/__init__.py	Thu Jan 25 16:39:06 2018 +0100
@@ -3006,7 +3006,8 @@
                  "BookmarksToolBarVisible", "StatusBarVisible",
                  "SessionAutoSave", "LoadTabOnActivation",
                  "SafeBrowsingEnabled", "SafeBrowsingFilterPlatform",
-                 "SafeBrowsingAutoUpdate",
+                 "SafeBrowsingAutoUpdate", "AllowGeolocationOnInsecureOrigins",
+                 "AllowWindowActivationFromJavaScript", "ShowScrollBars",
                  ]:
         return toBool(prefClass.settings.value(
             "WebBrowser/" + key, prefClass.webBrowserDefaults[key]))

eric ide

mercurial