Open foobarlab opened 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.
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.