https://bugzilla.wikimedia.org/show_bug.cgi?id=32624

Asher Szmulewicz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Asher Szmulewicz <[email protected]> 2011-12-29 09:38:09 
UTC ---
This feature is supported since Dec 16th 2011 thanks to Patrick Reilly who
added JSONP/callback support 
It is working very well in all browsers except IE9 (yes it works in IE7 and 8)
The problem is a security problem
see
http://stackoverflow.com/questions/5986772/ie9-script-response-blocked-due-to-mime-type-mismatch
the solution of the problem from the msdn guys
The problem is an X-Content-Type-Options: nosniff declaration and returning a
JavaScript file without a JavaScript MIME type. This can only be fixed by
either removing the nosniff declaration or by fixing the MIME type to indicate
that the file is, in fact, script.
Can you please fix this
Thanks
Asher Szmulewicz

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to