There's a fix for this rolling out soon (should be within a week). In the meantime, you can copy the file locally and serve it statically from your app (with the correct mime type). I realize that's not an ideal solution, but it should work.
On Mar 21, 8:34 pm, "Navraj S. Chohan" <[email protected]> wrote: > Is there a fix to this or some work around? Any app with the channel API > does not work in IE9 because of this issue. > -Raj > > > > > > > > > > On Fri, Feb 4, 2011 at 4:53 PM, Philip <[email protected]> wrote: > > Google, please comment on this issue. It appears that the mime type > > being returned forhttp://talkgadget.google.com/talkgadget/channel.js > > is incorrect. If so, this needs to be fixed on your servers. > > > On Jan 29, 6:19 pm, Philip <[email protected]> wrote: > > > Some browsers (including IE 9) are experiencing issues withhttp:// > > talkgadget.google.com/talkgadget/channel.js. > > > > Specifically, here is an error from IE 9 (beta): > > > > SEC7112: Script fromhttp:// > > talkgadget.google.com/talkgadget/channel.js > > > was blocked due to mime type mismatch > > > > Google, if you agree that this is an error on your server > > > configuration for this javascript file, please make the necessary fix > > > to the mime type being returned for this (and other) javascript > > > file(s). > > > > Here are the headers currently being returned for channel.js: > > > > Cache-Control:private, max-age=0 > > > Content-Encoding:gzip > > > Content-Type:text/html; charset=UTF-8 <========== error in Content- > > > Type? ============== > > > Date:Sun, 30 Jan 2011 02:09:09 GMT > > > Expires:Sun, 30 Jan 2011 02:09:09 GMT > > > Server:GSE > > > Transfer-Encoding:Identity > > > X-Content-Type-Options:nosniff > > > X-Xss-Protection:1; mode=block > > > > Please notice the content-type is currently "text/html" when it should > > > probably be something like "application/javascript". > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > Navraj Chohan (Raj)http://cs.ucsb.edu/~nchohanhttp://appscale.cs.ucsb.edu > [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
