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

Skip localhost when evaluating HSTS upgrades #1781

Merged
merged 2 commits into from
Nov 5, 2024
Merged
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
2 changes: 2 additions & 0 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4509,6 +4509,8 @@ steps:
"<code>http</code>"
<li><var>request</var>'s <a for=request>current URL</a>'s <a for=url>host</a> is a
<a for=/>domain</a>
<li><var>request</var>'s <a for=request>current URL</a>'s <a for=url>host</a>'s
<a for=host>public suffix</a> is not "<code>localhost</code>" or "<code>localhost.</code>"
<li>Matching <var>request</var>'s <a for=request>current URL</a>'s <a for=url>host</a> per
<a href=https://www.rfc-editor.org/rfc/rfc6797.html#section-8.2>Known HSTS Host Domain Name Matching</a>
results in either a superdomain match with an asserted <code>includeSubDomains</code> directive
Expand Down