It is possible to play any external video just by calling:
player.swf?file=http://example.com/pr0n.flv&autostart=1
in the context of any domain which uses the player. Is this behaviour intended? It's a kind of cross site video attack.
Do you have any suggestions how to disable this possibility?
Kind regards,
Thomas
@Thomas -
This is actually how parameters are passed into Flash, so it's not possible to disable that functionality entirely. However, you can make sure that player.swf is only loaded from pages on your domain. This restriction would be done in your web server configuration (for example, by using Apache mod_rewrite).