Preferences/__init__.py

branch
QtWebEngine
changeset 4859
36c4b21c9f7b
parent 4847
a1a8eac81b54
child 4864
00a215a67f25
--- a/Preferences/__init__.py	Sun Mar 13 20:54:42 2016 +0100
+++ b/Preferences/__init__.py	Mon Mar 14 20:48:01 2016 +0100
@@ -1070,6 +1070,7 @@
         "AdBlockSubscriptions": [],
         "AdBlockUpdatePeriod": 1,
         "AdBlockExceptions": [],
+        "AdBlockUseLimitedEasyList": True,
         # Flash Cookie Manager: identical to helpDefaults
         # PIM:                  identical to helpDefaults
         # VirusTotal:           identical to helpDefaults
@@ -2827,7 +2828,7 @@
                  "SyncEncryptData", "SyncEncryptPasswordsOnly",
                  "ShowPreview", "WebInspectorEnabled", "DiskCacheEnabled",
                  "DoNotTrack", "SendReferer", "FilterTrackingCookies",
-                 "AdBlockEnabled", 
+                 "AdBlockEnabled", "AdBlockUseLimitedEasyList",
                  ]:
         return toBool(prefClass.settings.value(
             "WebBrowser/" + key, prefClass.webBrowserDefaults[key]))

eric ide

mercurial