SquashSRS4: Add crossdomain.xml for install script.

pull/2329/head
winlin 4 years ago
parent f9d9f3a373
commit 3d74b0efc9

1
.gitignore vendored

@ -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

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