Allow cross domain flash access from http sites

This commit is contained in:
Tom Hughes 2018-01-30 12:59:47 +00:00
parent c7762fed23
commit 002e008857
2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@
<cross-domain-policy>
<allow-access-from domain="*" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>

View file

@ -3,5 +3,5 @@
<cross-domain-policy>
<allow-access-from domain="*" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>