Stop blocking links containing the string “feedburner” — there are legitimate cases where that string appears. Fix #976.
This commit is contained in:
parent
d49b212bc2
commit
58c2fad2fd
|
@ -143,7 +143,6 @@ iframe[src*="plusone.google"] {
|
||||||
|
|
||||||
a[href*=".ads."],
|
a[href*=".ads."],
|
||||||
a[href*="feedads"],
|
a[href*="feedads"],
|
||||||
a[href*="feedburner"],
|
|
||||||
a[href*="doubleclick"],
|
a[href*="doubleclick"],
|
||||||
a[href*="//ads."],
|
a[href*="//ads."],
|
||||||
a[href*="api.tweetmeme"],
|
a[href*="api.tweetmeme"],
|
||||||
|
|
Loading…
Reference in New Issue