1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

SquashSRS3: Add crossdomain.xml for install script.

This commit is contained in:
winlin 2021-04-26 13:57:14 +08:00
parent b5358d1cca
commit db37a4ac02
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -24,7 +24,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

View file

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