16 lines
518 B
INI
16 lines
518 B
INI
<?xml version="1.0"?>
|
|
<!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
|
|
|
|
<!-- Policy file for xmlsocket://socks.example.com -->
|
|
<cross-domain-policy>
|
|
|
|
<!-- This is a master socket policy file -->
|
|
<!-- No other socket policies on the host will be permitted -->
|
|
<site-control permitted-cross-domain-policies="master-only"/>
|
|
|
|
<!-- Instead of setting to-ports="*", administrator's can use ranges and commas -->
|
|
<allow-access-from domain="*" to-ports="*" />
|
|
|
|
</cross-domain-policy>
|
|
|