Skip navigation
uebwhitt
Currently Being Moderated

Flash 10.1 Update Kills My Cross-Domain

Jun 15, 2010 11:27 PM

The update to Flash 10.1 kills my cross-domain. Formerly, my file looked like this:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
   <allow-http-request-headers-from domain="www.ue.org" headers="*" secure="false" />
   <allow-access-from domain="*" secure="false" />
</cross-domain-policy>

 

I updated to this based on what I read on this site - not being a security guy, this makes no sense to me:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
   <site-control permitted-cross-domain-policies="by-content-type"/>
   <allow-http-request-headers-from domain="www.ue.org" headers="*" secure="false" />
   <allow-access-from domain="*" secure="false" />
</cross-domain-policy>

 

We are using SAP Business Objects Xcelsius, which creates the .swf file that users are using to access our environment. So, I do not have any control over the code base itself. I am limited to fixing the cross domain file, but have no clue what to do. Thanks.

 
Replies
  • Currently Being Moderated
    Jun 16, 2010 12:12 PM   in reply to uebwhitt

    I am using 10.1, and the following cross-domain works without a problem.

     

    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    
    <cross-domain-policy>
         <site-control permitted-cross-domain-policies="all"/>
    
         <allow-access-from domain="*" />
         
    </cross-domain-policy>

     

    This cross-domain is as open as it gets.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points