Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chromium/hstspreload
🔒🔍 A Go package to scan sites against requirements for Chromium-maintained HSTS preload list.
https://github.com/chromium/hstspreload
chrome chromium hsts hstspreload https mit
Last synced: 3 days ago
JSON representation
🔒🔍 A Go package to scan sites against requirements for Chromium-maintained HSTS preload list.
- Host: GitHub
- URL: https://github.com/chromium/hstspreload
- Owner: chromium
- License: bsd-3-clause
- Created: 2016-03-17T23:39:44.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T23:16:09.000Z (4 months ago)
- Last Synced: 2025-01-10T08:03:36.353Z (12 days ago)
- Topics: chrome, chromium, hsts, hstspreload, https, mit
- Language: Go
- Homepage: https://hstspreload.org
- Size: 355 KB
- Stars: 117
- Watchers: 29
- Forks: 38
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# HSTS Preload List – Utility Code
[![GoDoc](https://godoc.org/github.com/chromium/hstspreload?status.svg)](https://godoc.org/github.com/chromium/hstspreload)
[![Build Status](https://travis-ci.org/chromium/hstspreload.svg?branch=master)](https://travis-ci.org/chromium/hstspreload)HSTS is [HTTP Strict Transport Security](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security), which is a policy system for web sites to express a desire only to be contacted over HTTPS.
See for the submission site code.
## Usage
To check if a domain satisfies the requirements for preloading (assuming `$PATH` contains `$GOPATH/bin/`):
go install github.com/chromium/hstspreload/...@latest
hstspreload preloadabledomain wikipedia.orgFor full documentation, see