Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chromium/hstspreload.org
:lock: Chromium's HSTS preload list submission website.
https://github.com/chromium/hstspreload.org
chrome chromium hsts hstspreload https security
Last synced: about 1 month ago
JSON representation
:lock: Chromium's HSTS preload list submission website.
- Host: GitHub
- URL: https://github.com/chromium/hstspreload.org
- Owner: chromium
- License: bsd-3-clause
- Created: 2016-04-26T06:12:32.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T00:05:23.000Z (2 months ago)
- Last Synced: 2024-09-29T17:40:57.471Z (about 1 month ago)
- Topics: chrome, chromium, hsts, hstspreload, https, security
- Language: Go
- Homepage: https://hstspreload.org
- Size: 4.58 MB
- Stars: 774
- Watchers: 39
- Forks: 91
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
hstspreload.org
This folder contains the source for the HSTS preload list submission website at [hstspreload.org](https://hstspreload.org/).
See [github.com/chromium/hstspreload](https://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).```shell
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](https://cloud.google.com/datastore/docs/tools/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.