Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.org

For full documentation, see