diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-16 01:42:08 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-16 01:42:08 +0100 |
commit | dd73e53d49e2ac064de7dcb2d14f0435f2ff6b68 (patch) | |
tree | f6078135e6d221079a6f6df0edf10ffe086085b4 /src/adblock/tests | |
parent | Merge branch 'AdFixes' (diff) | |
download | rekonq-dd73e53d49e2ac064de7dcb2d14f0435f2ff6b68.tar.xz |
upgrading RULES files and applying loadUrl fix: "double quotes
replaced with encoded chars"
Courtesy patch of Andrea Scarpino.
Thanks and Welcome!
CCMAIL:andrea@archlinux.org
Diffstat (limited to 'src/adblock/tests')
-rw-r--r-- | src/adblock/tests/RULES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/adblock/tests/RULES b/src/adblock/tests/RULES index ee8485a6..8dfdf8fa 100644 --- a/src/adblock/tests/RULES +++ b/src/adblock/tests/RULES @@ -10,10 +10,10 @@ adv @@advice ! ! Block every google site :) -|http://google* +||http://google* ! ! Block every pdf file! -*pdf| +*pdf|| ! ! Block every div of the class "advise" ##div.advise
\ No newline at end of file |