ocket.0.0.8-1.source-code.flash-policy.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of websocket Show documentation
Show all versions of websocket Show documentation
Higgs' WebSocket server and client implementation
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="*" to-ports="*"/> </cross-domain-policy> <!--Configure which hosts and ports are allowed--> <!--By default FlashSocket detector uses the insecure policy file above which allows any host and port--> <!--see http://www.adobe.com/cn/devnet/flashplayer/articles/socket_policy_files.html--> <!--see http://kb2.adobe.com/cps/142/tn_14213.html--> <!--see http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00000471.html--> <!--<cross-domain-policy>--> <!--<allow-access-from domain="*" to-ports="507"/>--> <!--<allow-access-from domain="*.adobe.com" to-ports="507,516"/>--> <!--<allow-access-from domain="*.helpexamples.com" to-ports="516-523"/>--> <!--<allow-access-from domain="www.adobe.com" to-ports="507,516-523"/>--> <!--<allow-access-from domain="www.helpexamples.com" to-ports="*"/>--> <!--</cross-domain-policy>-->
© 2015 - 2025 Weber Informatics LLC | Privacy Policy