Skip to content

Commit

Permalink
Allow cross domain flash access from http sites
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 30, 2018
1 parent c7762fe commit 002e008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/api/crossdomain.xml
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion public/oauth/crossdomain.xml
Expand Up @@ -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>

0 comments on commit 002e008

Please sign in to comment.