Skip to content

Commit 7082b4e

Browse files
authored
Fix references to "default allowlist" (#133)
1 parent a95f47a commit 7082b4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ <h3>
360360
Enabling the API in third-party contexts
361361
</h3>
362362
<p>
363-
The <a>default allowlist</a> of `'self'` allows Geolocation API usage
364-
in same-origin nested frames but prevents third-party content from
365-
using the API.
363+
The [=policy-controlled feature/default allowlist=] of `'self'` allows
364+
Geolocation API usage in same-origin nested frames but prevents
365+
third-party content from using the API.
366366
</p>
367367
<p>
368368
Third-party usage can be selectively enabled by adding the
@@ -1297,7 +1297,7 @@ <h2>
12971297
<p>
12981298
The <cite>Geolocation API</cite> defines a [=policy-controlled
12991299
feature=] identified by the token string <a>"geolocation"</a>. Its
1300-
[=default allowlist=] is `'self'`.
1300+
[=policy-controlled feature/default allowlist=] is `'self'`.
13011301
</p>
13021302
</section>
13031303
<section id="conformance"></section>

0 commit comments

Comments
 (0)