PHP Classes

File: crossdomain.xml

Recommend this page to a friend!
  Classes of Mark Richards   CliqonV4   crossdomain.xml   Download  
File: crossdomain.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CliqonV4
Framework with modules to build Web applications
Author: By
Last change: Merge branch 'master' of https://github.com/webcliq/CliqonV4
Date: 6 years ago
Size: 359 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <cross-domain-policy> <allow-access-from domain="*.cliqon.com" /> <allow-access-from domain="cliqon.com" /> <allow-access-from domain="100widgets.com" /> <site-control permitted-cross-domain-policies="all"/> <allow-access-from domain="*" to-ports="5222,5223,7070,7443" secure="true"/> </cross-domain-policy>