Allow cross domain flash access from http sites
This commit is contained in:
parent
c7762fed23
commit
002e008857
2 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
||||||
|
|
||||||
<cross-domain-policy>
|
<cross-domain-policy>
|
||||||
<allow-access-from domain="*" secure="false"/>
|
<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>
|
</cross-domain-policy>
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
|
|
||||||
<cross-domain-policy>
|
<cross-domain-policy>
|
||||||
<allow-access-from domain="*" secure="false"/>
|
<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>
|
</cross-domain-policy>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue