Skip to content

Commit

Permalink
Changed the allow-access-from parameters to work out-of-the-box and a…
Browse files Browse the repository at this point in the history
…dded a comment telling to change them when the user needs it.

Signed-off-by: R.I.Pienaar <rip@devco.net>
  • Loading branch information
HiddenKnowledge authored and ripienaar committed Feb 14, 2011
1 parent 4e66390 commit afa2089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flashpolicy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only"/>
<allow-access-from domain="*.your.net" to-ports="*" />
<!-- If you want to limit the flashpolicyd to a specific domain/port please change the domain and to-ports parameters. -->
<allow-access-from domain="*" to-ports="*" />
</cross-domain-policy>

0 comments on commit afa2089

Please sign in to comment.