Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 867 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 867 Bytes

Make HTTPS Great Again

Not all apps are using HTTPS.

Not all hosts are using HSTS.

Thanks to the EFForg's effort, we can now force desktop apps using HTTPS as much as possible by setting http proxy to MHGA.

MHGA uses HTTP proxy to redirect non-HTTPS connection to HTTPS based on EFForg/https-everywhere

Example:

Screenshot

How to use

This project is currently preview version. No binary releases.

  • install Golang, Git (add it to your PATH if you are using Windows)
  • running go get github.com/lightsing/MHGA
  • build it

Feature

  • Redirect HTTP to HTTPS (301 for GET, 307 for POST)

Todo

  • Cookie modify
  • Faster lookup
  • Binary Release
  • Make Package