diff options
author | portix <none@none> | 2012-11-01 03:48:43 +0100 |
---|---|---|
committer | portix <none@none> | 2012-11-01 03:48:43 +0100 |
commit | 7f06ede0fc6694f70604151c45434328a3fba8f2 (patch) | |
tree | 0deafc1a203fd0fd8e843644556a84c3651f9e49 /src/adblock.c | |
parent | 44ccace0e575826c55c4876df234b918436d4a47 (diff) | |
download | dwb-7f06ede0fc6694f70604151c45434328a3fba8f2.zip |
Increase HIDER_LIST_MAX
Diffstat (limited to 'src/adblock.c')
-rw-r--r-- | src/adblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adblock.c b/src/adblock.c index 4ca6023b..03abbe91 100644 --- a/src/adblock.c +++ b/src/adblock.c @@ -86,7 +86,7 @@ static GSList *m_hider_list; static GString *m_css_exceptions; static gboolean m_init = false; static GSList *m_css_hider_list; -#define HIDER_LIST_MAX 500 +#define HIDER_LIST_MAX 3000 /*}}}*//*}}}*/ /* NEW AND FREE {{{*/ |