Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to actual list #173

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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