Skip to content

Commit 8b46c20

Browse files
committed
1 parent a55d6e6 commit 8b46c20

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

source

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,6 +2673,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
26732673
<p>The following terms are defined in the WHATWG URL standard: <ref spec=URL></p>
26742674

26752675
<ul class="brief">
2676+
<li><dfn data-noexport="" data-x="concept-domain" data-x-href="https://url.spec.whatwg.org/#concept-domain">domain</dfn>
26762677
<li><dfn data-noexport="">URL</dfn>
26772678
<li><dfn data-noexport="" data-x="concept-url-origin" data-x-href="https://url.spec.whatwg.org/#concept-url-origin">Origin</dfn> of URLs
26782679
<li><dfn data-noexport="">Absolute URL</dfn>
@@ -92811,6 +92812,20 @@ interface <dfn>WebSocket</dfn> : <span>EventTarget</span> {
9281192812
settings object</span> has a scheme component that is itself a secure protocol, e.g. HTTPS, then
9281292813
throw a <code>SecurityError</code> exception and abort these steps.</p></li>
9281392814

92815+
<li>
92816+
<p>If <var>secure</var> is false, <var>host</var> is a <span
92817+
data-x="concept-domain">domain</span>, and matching <var>host</var> per <a
92818+
href="https://tools.ietf.org/html/rfc6797#section-8.2">Known HSTS Host Domain Name Matching</a>
92819+
results in either a superdomain match with an asserted <code data-x="">includeSubDomains</code>
92820+
directive or a congruent match (with or without an asserted <code
92821+
data-x="">includeSubDomains</code> directive), then run these substeps: <ref spec=HSTS></p>
92822+
92823+
<ol>
92824+
<li><p>Set <var>secure</var> to true.</p></li>
92825+
92826+
<li><p>If <var>port</var> is 80, set <var>port</var> to 443.</p></li>
92827+
</ol>
92828+
9281492829
<li>
9281592830

9281692831
<p>If <var>port</var> is a port to which the user agent is configured to block access, then
@@ -117846,6 +117861,9 @@ INSERT INTERFACES HERE
117846117861
<dd><cite><a href="https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HighResolutionTime/Overview.html">High Resolution Time</a></cite>, J. Mann. W3C.</dd>
117847117862
<!-- or http://www.w3.org/TR/hr-time/ ? it's highly unclear what URL is the one that would have the latest changes -->
117848117863

117864+
<dt id="refsHSTS">[HSTS]</dt>
117865+
<dd><cite><a href="https://tools.ietf.org/html/rfc6797">HSTS</a></cite>, J. Hodges, C. Jackson, A. Barth. IETF.</dd>
117866+
117849117867
<dt id="refsHTML">[HTML]</dt>
117850117868
<dd><cite><a href="https://html.spec.whatwg.org/">HTML</a></cite>, I. Hickson. WHATWG.</dd>
117851117869

0 commit comments

Comments
 (0)