google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

commercial: loading logo from remote domain allowed (potential regression) #531

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. logo configuration on a different domain than flowplayer.org:
logo: {
  url: "http://flowplayer.org/media/img/player/acme.png",
  fullscreenOnly: false
}
2. logo displayed in 3.2.10
3. logo not shown in 3.2.7 (Error)

Sample: http://flowplayer.blacktrash.org/test/remote-logo.html

Is this change intentional? Why is it needed? Doesn't it entail security risks? 
Bug or feature?

Original issue reported on code.google.com by blacktrashproduct on 30 Apr 2012 at 4:44

GoogleCodeExporter commented 9 years ago
See also issue532.

Original comment by blacktrashproduct on 30 Apr 2012 at 8:47