Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ <h2><a class="hash-link" href="#tld">TLD Preloading</a></h2>
</p>
</section>

<section id="list">
<h2><a class="hash-link" href="#list">Getting the List</a></h2>
<p>
The HSTS preload list is part of the Chromium source code. You can download <a href="https://github.com/chromium/chromium/raw/master/net/http/transport_security_state_static.json">the HSTS preload list in JSON format here</a>.
</p>
</section>

<section id="contact">
<h2><a class="hash-link" href="#contact">Contact</a></h2>
<p>
Expand Down