Skip to content
master
Switch branches/tags
Code

Latest commit

…on the list

If a user enters a domain not on the preload list into the removal form,
but it is a subdomain of a preloaded domain, the error message will now
indicate that the entered domain name is a subdomain of a preloaded
domain instead of stating that the entered domain is protected from removal.
8c863d4

Git stats

Files

Permalink
Failed to load latest commit information.

hstspreload.org

Build Status

This folder contains the source for the HSTS preload list submission website at hstspreload.org.

See github.com/chromium/hstspreload for the core library that checks websites against the submission requirements.

Development

Requirements

  • A go development environment.

  • The java commandline program for running JAR files (for the Cloud Datastore Emulator).

    go get github.com/chromium/hstspreload.org
    cd $GOPATH/src/github.com/chromium/hstspreload.org
    make serve

The first time you run it, make serve will download the Cloud Datastore Emulator (≈115MB) to a cache directory.

Deployment

If you have access to the Google Cloud hstspreload project:

make deploy

Unfortunately, this usually takes 5-10 minutes.

Disclaimer

This project is used by the Chromium team to maintain the HSTS preload list. This is not an official Google product.