--- 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]))