- From: ericorth <notifications@github.com>
- Date: Tue, 22 Feb 2022 12:15:18 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 22 February 2022 20:15:31 UTC
@ericorth commented on this pull request. > @@ -3873,11 +3884,16 @@ steps: <li>Matching <var>request</var>'s <a for=request>current URL</a>'s <a for=url>host</a> per <a href=https://datatracker.ietf.org/doc/html/rfc6797#section-8.2>Known HSTS Host Domain Name Matching</a> results in either a superdomain match with an asserted <code>includeSubDomains</code> directive - or a congruent match (with or without an asserted <code>includeSubDomains</code> directive). - [[!HSTS]] + or a congruent match (with or without an asserted <code>includeSubDomains</code> directive) or + DNS resolution for the request finds a matching HTTPS RR per + <a href=https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https#section-8.5>HTTP Strict Transport Security</a>. + [[!HSTS]][[!SVCB]] Sorry about that. Tried doing my resyncing a different way from how I normally do it, and I clearly messed it up. :) Should now be fixed up. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1325#discussion_r812320818 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1325/review/890312354@github.com>
Received on Tuesday, 22 February 2022 20:15:31 UTC