Skip to content

Commit 124133c

Browse files
Clarify that include_subdomains covers unlimited subdomain depth (#137)
1 parent 545fcd3 commit 124133c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,10 @@ <h2>The <code>include_subdomains</code> member</h2>
594594
<p>
595595
The OPTIONAL <dfn><code>include_subdomains</code></dfn> member is a
596596
boolean that enables this <a>NEL policy</a> for all subdomains of this
597-
origin. If no member named <code>include_subdomains</code> is present
598-
in the object, or its value is not <code>true</code>, the <a>NEL
599-
policy</a> will not be enabled for subdomains.
597+
origin (to an unlimited subdomain depth). If no member named
598+
<code>include_subdomains</code> is present in the object, or its value
599+
is not <code>true</code>, the <a>NEL policy</a> will not be enabled
600+
for subdomains.
600601
</p>
601602

602603
<p class="note">

0 commit comments

Comments
 (0)