Page 1 of 1

what does *$swf block?

Posted: Wed Nov 07, 2007 10:39 am
by anaheid
hi,

when you add filter *$swf the filter blocks what?
i have tried it and seems it blocks everything.. including images.

how do you block all images of all websites?

Posted: Wed Nov 07, 2007 10:43 am
by Wladimir Palant
Yes, it blocks everything - because "swf" is not a recognized filter option, meaning that this filter is the same as "*". What you meant to use was probably "*$object" (blocks all Java/Flash object). To block all images you use "*$image".