mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Add crossdomain.xml for install script
This commit is contained in:
parent
7367780605
commit
f847b0d1c0
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,7 +22,6 @@
|
|||
/trunk/research/librtmp/objs
|
||||
/trunk/3rdparty/ccache/ccache-3.1.9
|
||||
/trunk/3rdparty/gprof/graphviz-2.36.0
|
||||
/trunk/research/api-server/static-dir/crossdomain.xml
|
||||
/trunk/research/api-server/static-dir/forward
|
||||
/trunk/research/api-server/static-dir/live
|
||||
/trunk/research/api-server/static-dir/players
|
||||
|
|
3
trunk/research/api-server/static-dir/crossdomain.xml
Normal file
3
trunk/research/api-server/static-dir/crossdomain.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<cross-domain-policy>
|
||||
<allow-access-from domain="*"/>
|
||||
</cross-domain-policy>
|
Loading…
Reference in a new issue