Comment on Tutorial - Error: File does not exist: crossdomain.xml in your server error logs By Emiley J
Comment Added by : Mark McWhirter
Comment Added at : 2012-10-09 05:58:14
Comment on Tutorial : Error: File does not exist: crossdomain.xml in your server error logs By Emiley J
The xml listed above will allow ANY domain to execute code, something that I would not want on my site. For me a better strategy is by default to disallow all domains, and adding on a case-by-case basis:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="none"/>
</cross-domain-policy>
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. very nice approach sir....
u make it very e
View Tutorial By: aamir at 2011-06-15 01:29:22
2. I have been trying to learn ASP.net for a week and
View Tutorial By: eric at 2010-08-06 15:43:49
3. The following line in the code
((NewThread)
View Tutorial By: Carlos at 2009-11-18 14:34:51
4. thanks ........... its so easy and interesting to
View Tutorial By: sammy at 2011-07-25 00:47:44
5. thanks alot steven for the code. i'm try to automa
View Tutorial By: Roger at 2011-05-17 17:33:07
6. Thanks
View Tutorial By: Bad Programmer at 2011-11-23 10:43:49
7. Hi , instead of using localhost. I am using a mobi
View Tutorial By: vimal at 2010-12-02 01:44:40
8. I need code for read write mifare 1k card using No
View Tutorial By: amarendra at 2010-12-02 21:12:08
9. very helpful to me.thanks.very very useful to me.
View Tutorial By: viji at 2007-12-21 03:17:14
10. How to fetch a value from a database in dropdown b
View Tutorial By: lara at 2014-11-19 09:02:43