Open GoogleCodeExporter opened 9 years ago
Instead of "rv:1", "Trident" or "Trident/7.0" may be better choices.
"In rare cases, it may be necessary to uniquely identify IE11. Use the Trident
token to do so.", mentioned by Microsoft (
http://msdn.microsoft.com/en-us/library/ie/hh869301%28v=vs.85%29.aspx#ie11 )
Original comment by willycho...@gmail.com
on 25 Dec 2014 at 9:03
Instead of making the browser sniffing more complicated, would it not be better
to drop it completely and use code that works for all current browsers?
The attached patch does this:
* switch to gzip encoding (which is consistently implemented by everyone) instead of deflate;
* drop all the browser sniffing code.
With this patch, shellinabox works in IE11 (tested), and should work in every
version of IE since IE7 (not tested). It won't work any more in IE6 but even
Microsoft has been telling everyone to please stop using IE6.
Original comment by lfourqu...@gmail.com
on 27 Feb 2015 at 11:27
Attachments:
Original issue reported on code.google.com by
mala...@jeffrika.com
on 22 Aug 2014 at 7:40