find any information anywhere that gives me any idea why we would want to restrict what headers can be sent.
7 lines
254 B
XML
7 lines
254 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
|
|
|
|
<cross-domain-policy>
|
|
<allow-access-from domain="*"/>
|
|
<allow-http-request-headers-from domain="*" headers="*"/>
|
|
</cross-domain-policy>
|