Changeset 204


Ignore:
Timestamp:
03/03/10 11:42:15 (14 years ago)
Author:
patdui
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/flashpolicy/crossdomain.xml

    r202 r204  
    1 <?xml version="1.0"?>
    2 <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    3 <!-- test crossdomain file, allows everything not for production use.
    4  see http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html
    5 -->
    6 <cross-domain-policy>
    7    <site-control permitted-cross-domain-policies="all"/>
    8    <allow-access-from domain="*" secure="false"/>
    9    <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
    10 </cross-domain-policy>
     1<?xml version="1.0"?>
     2<!DOCTYPE cross-domain-policy SYSTEM
     3"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
     4<cross-domain-policy>
     5   <site-control permitted-cross-domain-policies="all"/>
     6   <allow-access-from domain="*" to-ports="80,8080"/>
     7</cross-domain-policy>
     8
Note: See TracChangeset for help on using the changeset viewer.