Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
31
rated 0 times [  33] [ 2]  / answers: 1 / hits: 65738  / 14 Years ago, wed, june 9, 2010, 12:00:00

Chrome (or any other webkit browser) throws a ton of these Unsafe JavaScript attempt to access frame with URL... when working with the Facebook API for example.



It doesn't interfere with actual operation, but it does make the javascript console basically unusable.



I'd like to know if there is a way to suppress these errors specifically in the console? Or if there are other solutions you guys can think of, I would really appreciate it.



Thanks.


More From » facebook

 Answers
19

You could allow cross-domain requests during testing by running chrome with the --disable-web-security command line option. This should probably get rid of the error (and allow FB to spy on your testing ;)


[#96546] Monday, June 7, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
karyme

Total Points: 545
Total Questions: 102
Total Answers: 120

Location: French Polynesia
Member since Tue, Jul 7, 2020
4 Years ago
;