How to block actual character |

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
asdf

How to block actual character |

Post by asdf »

So a few times I've seen a doubleclick url hit by the simple filter http://ad.*

it looks something like this example:

http://ad.doubleclick.net/imp;v1;f;2087 ... [timestamp]

This is what shows up in the blocked items window. How can one actually block the | character without the adblock "ends with" or "starts with" ruleset being invoked?
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Afaik,it is only a problem if you try to begin or end a string with it. If you are ending your string with that character as the last character (but you want it to continue as a wildcard rule), try putting a wildcard after it:

Code: Select all

http://ad.doubleclick.net/imp;v1;f;208732916;0-0;0;30778201;1|*
If I remember correctly, that will work.
Wladimir Palant

Post by Wladimir Palant »

Rick, you remember correctly.
asdf

Post by asdf »

thanks.

I don't really have any plans to allow doubleclick ads, I just wanted that info for my own edification.
Locked