New version adds support for browser tunneling to route all requests through proxy without curl. Here are the advantages and disadvantages of this approach.
Benefits:
Absolutely all requests are made through a proxy. Fixed many compatibility issues, for example, a request to enter the phone when login into gmail. Support for additional compression methods(brotli) Network speed. Fixed bugs when working with some proxy.
Disadvantages:
The ipv6 proxy does not work. The cache(getting the page text) does not always work. The order of the headers can not be changed. It is not possible to set the proxy separately for different urls.
The new mode is set by default, but you can turn it off.