Enable or disable macros in Office documents

What is a macro and what is the security risk? Macros automate frequently-used tasks; many are created with VBA and are written by software developers. However, some macros pose a potential security risk. A person with malicious intent can introduce a destructive macro, in a document or file, which can spread a virus on your …

CrossDomain Flash

Your crossdomain file must be in: https//another_server:4443/crossdomain.xml and must have: <?xml version=”1.0″?> <cross-domain-policy> <allow-access-from domain=”baddy” /> </cross-domain-policy> I have a flash swf in one http server : http://server1/…… And I want to use LoadVars.sendAndLoad to one script in one https server: https://server2/script.php I have created a cross domain file accesible in: https://server2/crossdomain.xml with the following: …