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.
Requirements
- A
godevelopment environment. - The
javacommandline program for running JAR files (for the Cloud Datastore Emulator).
git clone https://github.com/chromium/hstspreload.org && cd hstspreload.org
make serveThe first time you run it, make serve will download the Cloud Datastore Emulator (≈115MB) to a cache directory.
If you have access to the Google Cloud hstspreload project:
make deployUnfortunately, this usually takes 5-10 minutes.
This project is used by the Chromium team to maintain the HSTS preload list. This is not an official Google product.