flash leaking through toggle again?
|
Sep. 01, 2009, 10:49 AM
Post: #1
|
|||
|
|||
flash leaking through toggle again?
Here a few example where toggle flash has failed to worked.
http://www.sydneycyclist.com/ http://www.insidehw.com/Reviews/CPU/Inte...age-2.html ![]() |
|||
Sep. 06, 2009, 12:07 PM
Post: #2
|
|||
|
|||
RE: flash leaking through toggle again?
I don't see a Flash object on the second page. There is a setInterval Timer, that isn't intercepted (because the respective function contains "clearInterval").
On the first page the responsible code is: Code: <div [...] _embedCode="<embed [...] </embed>">Loading…</div> This Flash code is converted to a real Flash object by a script. The "<object>...: Toggle Flash" webfilter doesn't look for this type of escaped Flash code. Note that this config neither intercepts every Flash object or timer, nor does it block every advertisement. It just catches most of them. |
|||
Oct. 28, 2009, 10:10 PM
Post: #3
|
|||
|
|||
RE: flash leaking through toggle again?
I don't want to start another thread.
I have the contrary, on this side Proxo doesn't detect any flash. Can only bypass it. |
|||
Nov. 15, 2009, 09:00 PM
(This post was last modified: Nov. 15, 2009 09:09 PM by sidki3003.)
Post: #4
|
|||
|
|||
RE: flash leaking through toggle again?
(Oct. 28, 2009 10:10 PM)Toppy Wrote: I don't want to start another thread. Hmm... better do so when you come across a different problem, also for reasons of visibility. If you look at this page in dbug.. view, you'll see that the block is caused by "be.sitestat.com" tracking being integrated into the Flash script. Picking one of the Ad JS bypass keywords should do. Or select "Allow Ad JavaScript" from the Prox menu. However, currently i see ads/trackers being embedded in Flash video scripts left and right. I'll attach three examples (one containing NSFW code). Maybe someone has an idea how to fix that generically (i.e., prevent respective filter from matching)? |
|||
Nov. 15, 2009, 09:52 PM
Post: #5
|
|||
|
|||
RE: flash leaking through toggle again?
Well, here's a rather dumb approach for alpha 4 (basically, whitelisting ".swf" in final test).
Hopefully we'll find a better solution. Code: [Patterns] |
|||
Nov. 16, 2009, 08:18 PM
(This post was last modified: Nov. 16, 2009 08:40 PM by JJoe.)
Post: #6
|
|||
|
|||
RE: flash leaking through toggle again?
(Nov. 15, 2009 09:00 PM)sidki3003 Wrote:(Oct. 28, 2009 10:10 PM)Toppy Wrote: I don't want to start another thread. (Nov. 15, 2009 09:00 PM)sidki3003 Wrote: Maybe someone has an idea how to fix that generically (i.e., prevent respective filter from matching)? Ummmm ![]() What about adding something like Code: *(https+://\w.(swf|flv)$SET(Block=no)&$LST(AdList))*$SET(Block=) ? Look for scripts that contain swf files and then remove them immediately or prevent match. HTH |
|||
« Next Oldest | Next Newest »
|