foobarlab / UpStage-Video-Hack

UpStage Streaming Hack
http://www.foobarlab.net/
GNU General Public License v2.0
5 stars 1 forks source link

Flash policy: is 'crossdomain.xml' actually used? #29

Open foobarlab opened 11 years ago

foobarlab commented 11 years ago

The file https://github.com/foobarlab/UpStage/blob/master/server/src/html/crossdomain.xml currently seems unused, as the policy is read from config.py (see: https://github.com/foobarlab/UpStage/blob/master/server/src/upstage-server.py).

Is the 'crossdomain.xml' file actually fetched by the client?

If yes, a better way probably would be to read this file from upstage-server.py and remove it from https://github.com/foobarlab/UpStage/blob/master/server/src/upstage/config.py to avoid duplicate.