in the past I see many flash ads using a clicktag in the URL.
For example:
http://matrix.mediavantage.de/data/1060 ... .de/mx.one
I think a default filter with flash an clicktag is a good idea:
Code: Select all
/\.swf\?clicktag=/
Code: Select all
/\.swf\?clicktag=/
I found some clicktag flash movies without ".swf", so we should remove .swf from the filter and maybe add "http".Daniel wrote:Code: Select all
/\.swf\?clicktag=/
Code: Select all
/\?clicktag=http/
There are still versions with an "&". So change it once moreDaniel wrote:Code: Select all
/\?clicktag=http/
Code: Select all
/[\?\&]clicktag=http/