CodeIgniter Forums
can't undersatand where does the pop up come from - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: can't undersatand where does the pop up come from (/showthread.php?tid=12983)



can't undersatand where does the pop up come from - El Forum - 11-06-2008

[eluser]belbek[/eluser]
I have a simple page in a site built on CI. In that page a just have flv player using SWF-object.
While playing the flv long pop up appears on top of the page with advertising and link leading to some other site. There is nothing strange in the source code. Is this XSS. If it is how to treat it. This behaviour appears only in IE 6,7. $config['global_xss_filtering'] set to true in the congig file.
Thanks.


can't undersatand where does the pop up come from - El Forum - 11-06-2008

[eluser]dcunited08[/eluser]
Did you create the SWF content? It sounds like it. [url="http://docs.google.com/View?docid=ajfxntc4dmsq_14dt57ssdw"]Read this[/url]. I have not really worked with SWF but I could maybe see where the vuln is if you post some code.