source: ComponentRegistry/trunk/ComponentBrowserGui/flashpolicy/crossdomain.xml @ 202

Last change on this file since 202 was 202, checked in by patdui, 14 years ago

Some info about flashpolicy files

File size: 498 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.