diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-19 11:00:18 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-19 11:00:18 +0100 |
commit | f51c660a207364b9b5ff400a29e8ff1dba721e61 (patch) | |
tree | 09331e790bc3e79d4826d7463617d7d65e158ef5 /src/rekonq.kcfg | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-f51c660a207364b9b5ff400a29e8ff1dba721e61.tar.xz |
abp (Ad Block Plus) fake protocol support
This will let rekonq to automatically add abp subscriptions
from the adblockplus.org site (or wherever someone provides abp urls)
Anyway, consider that the raccomended way to manage adblock (by me and by
abp developers) is just adding the EasyList subscription.
rekonq just does it by default!!
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 42ace3d3..bc41f5e1 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -161,10 +161,10 @@ <entry name="hideAdsEnabled" type="Bool"> <default>true</default> </entry> - <entry name="subscriptionNames" type="StringList"> - <default>easylist</default> + <entry name="subscriptionTitles" type="StringList"> + <default>EasyList</default> </entry> - <entry name="subscriptionUrls" type="StringList"> + <entry name="subscriptionLocations" type="StringList"> <default>https://easylist-downloads.adblockplus.org/easylist.txt</default> </entry> <entry name="lastUpdate" type="DateTime"> |