Library to easily check a domain against the Chromium HSTS Preload list.
Library to easily check a domain against the Chromium HSTS Preload list. The HSTS preload list is a list of domains that support HTTPS. The list is compiled by Google and is utilised by Chrome, Firefox and others. With this information, a HTTP client may contact a website without trying a plain-text HTTP connection first. It prevents interception with redirects that take place over HTTP. None of the sent data will ever be unencrypted.
Library to easily check a domain against the Chromium HSTS Preload list. The HSTS preload list is a list of domains that support HTTPS. The list is compiled by Google and is utilised by Chrome, Firefox and others. With this information, a HTTP client may contact a website without trying a plain-text HTTP connection first. It prevents interception with redirects that take place over HTTP. None of the sent data will ever be unencrypted.
To install libhsts, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libhsts
To see what files were installed by libhsts, run:
port contents libhsts
To later upgrade libhsts, run:
sudo port selfupdate && sudo port upgrade libhsts
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.