@@ -2673,6 +2673,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
2673
2673
<p>The following terms are defined in the WHATWG URL standard: <ref spec=URL></p>
2674
2674
2675
2675
<ul class="brief">
2676
+ <li><dfn data-noexport="" data-x="concept-domain" data-x-href="https://url.spec.whatwg.org/#concept-domain">domain</dfn>
2676
2677
<li><dfn data-noexport="">URL</dfn>
2677
2678
<li><dfn data-noexport="" data-x="concept-url-origin" data-x-href="https://url.spec.whatwg.org/#concept-url-origin">Origin</dfn> of URLs
2678
2679
<li><dfn data-noexport="">Absolute URL</dfn>
@@ -92811,6 +92812,20 @@ interface <dfn>WebSocket</dfn> : <span>EventTarget</span> {
92811
92812
settings object</span> has a scheme component that is itself a secure protocol, e.g. HTTPS, then
92812
92813
throw a <code>SecurityError</code> exception and abort these steps.</p></li>
92813
92814
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
+
92814
92829
<li>
92815
92830
92816
92831
<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
117846
117861
<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>
117847
117862
<!-- or http://www.w3.org/TR/hr-time/ ? it's highly unclear what URL is the one that would have the latest changes -->
117848
117863
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
+
117849
117867
<dt id="refsHTML">[HTML]</dt>
117850
117868
<dd><cite><a href="https://html.spec.whatwg.org/">HTML</a></cite>, I. Hickson. WHATWG.</dd>
117851
117869
0 commit comments