Instead of making the browser sniffing more complicated, it's probably
better to use code that works for all current browsers. As such, this
swaps to use gzip compression encoding instead of deflate and drops the
IE browser sniffing code. This means shellinabox works in IE11 and
should work in every version of IE since IE7. From this commit, IE6 is
no longer supported. Thanks @lfourquaux.
This is unofficial fork of project shellinabox. Fork was created because
original project is not maintained anymore and we cannot contact original
repository owners.
Our aim is to continue with maintanince of shellinabox project.
If you have any questions, issues or patches, please fell free to submit pull
request or report an issue. You can also drop an email to original project
issue #261 discusion
from where this fork started.
About shellinabox
Shell In A Box implements a web server that can export arbitrary command line
tools to a web based terminal emulator. This emulator is accessible to any
JavaScript and CSS enabled web browser and does not require any additional
browser plugins.