Update README.md

This commit is contained in:
Antoni Sawicki 2019-06-06 16:33:39 -07:00 committed by GitHub
parent 3285a60c69
commit 6e43026100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ A HTTP proxy server that allows to use historical and obsolete web browsers on t
* This is the new GoLang/[ChdomeDP](https://github.com/chromedp/chromedp) version.
* It's still lacking some features of the [older version](/old) (such as real http proxy mode) but far surpasses it in terms of stability and usability.
* Currently works as browser-in-browser, however http proxy mode is under way.
* It's beta quality but I can actually fix and maintain the code.
* It's beta quality but comared to the older version, it's maintainable and supportable.
* Currently works as browser-in-browser. A real http proxy mode is being investigated. It will probably use [goproxy](https://github.com/elazarl/goproxy), however due to a widespread use of SSL/TLS/https some form of [ssl stripping](https://moxie.org/software/sslstrip/) will need to be added. Stay tuned.
## Usage