Skip to content

Commit

Permalink
Merge pull request #13 from lgarron/master
Browse files Browse the repository at this point in the history
Remove script and update `README` to point to the new canonical source.
  • Loading branch information
agl committed Jun 1, 2016
2 parents 8625ab5 + 6fc249d commit bd1713d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,341 deletions.
7 changes: 3 additions & 4 deletions README
@@ -1,5 +1,4 @@
This repo contains the script that's used to update Chromium's HSTS preloading.
This script is now [part of `hstspreload`](https://github.com/chromium/hstspreload/blob/master/cmd/transport_security_state_static_generate/transport_security_state_static_generate.go).

The HSTS data itself is kept in net/base/transport_security_state_static.[json|certs] (in the Chromium repo) and is shared with Firefox. At checkin-time, the JSON is converted into a C++ header file for compilation into the binary.

This script is the code that does the conversion. It doesn't live in the Chromium repo because it's Go code, which is not an official language for Chromium.
It will hopefully be incorporated into the Chromium build process some day.
See [crbug.com/595493](https://crbug.com/595493) for progress.

0 comments on commit bd1713d

Please sign in to comment.