File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2744,8 +2744,15 @@ functionality.
2744
2744
<!-- Should we assert the scheme here to be an HTTP(S) scheme or a WebRTC scheme? -->
2745
2745
2746
2746
<ol>
2747
- <li><p> If <var> origin</var> 's <a for=origin>host</a> is an <a for=/>IP address</a> , then return
2748
- « <var> origin</var> 's <a for=origin>host</a> ».
2747
+ <li>
2748
+ <p> If <var> origin</var> 's <a for=origin>host</a> is an <a for=/>IP address</a> :
2749
+
2750
+ <ol>
2751
+ <li><p> If <var> origin</var> 's <a for=origin>host</a> is <code> 0.0.0.0</code> , then return
2752
+ failure.
2753
+
2754
+ <li><p> Return « <var> origin</var> 's <a for=origin>host</a> ».
2755
+ </ol>
2749
2756
2750
2757
<li><p> If <var> origin</var> 's <a for=origin>host</a>' s <a for=host>public suffix</a> is
2751
2758
"<code> localhost</code> " or "<code> localhost.</code> ", then return « <code> ::1</code> ,
You can’t perform that action at this time.
0 commit comments