Skip to content

ericlaw1979/hstspreload

 
 

Repository files navigation

HSTS Preload List – Utility Code

GoDoc Build Status

HSTS is HTTP Strict Transport Security, which is a policy system for web sites to express a desire only to be contacted over HTTPS.

See https://github.com/chromium/hstspreload.org for the submission site code.

Usage

To check if a domain satisfies the requirements for preloading (assuming $PATH contains $GOPATH/bin/):

go get github.com/chromium/hstspreload/...
hstspreload preloadabledomain wikipedia.org

For full documentation, see https://godoc.org/github.com/chromium/hstspreload

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Makefile 0.4%