- Notifications
You must be signed in to change notification settings - Fork37
🔒🔍 A Go package to scan sites against requirements for Chromium-maintained HSTS preload list.
License
NotificationsYou must be signed in to change notification settings
chromium/hstspreload
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
HSTS isHTTP Strict Transport Security, which is a policy system for web sites to express a desire only to be contacted over HTTPS.
Seehttps://github.com/chromium/hstspreload.org for the submission site code.
To check if a domain satisfies the requirements for preloading (assuming$PATH
contains$GOPATH/bin/
):
go install github.com/chromium/hstspreload/...@latesthstspreload preloadabledomain wikipedia.org
For full documentation, seehttps://godoc.org/github.com/chromium/hstspreload