1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

SquashSRS4: Add crossdomain.xml for install script.

This commit is contained in:
winlin 2021-04-26 13:59:29 +08:00
parent f9d9f3a373
commit 3d74b0efc9
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,3 @@
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>