Skip to content

Commit

Permalink
Fix references to "default allowlist" (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
reillyeon committed Mar 2, 2023
1 parent a95f47a commit 7082b4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@ <h3>
Enabling the API in third-party contexts
</h3>
<p>
The <a>default allowlist</a> of `'self'` allows Geolocation API usage
in same-origin nested frames but prevents third-party content from
using the API.
The [=policy-controlled feature/default allowlist=] of `'self'` allows
Geolocation API usage in same-origin nested frames but prevents
third-party content from using the API.
</p>
<p>
Third-party usage can be selectively enabled by adding the
Expand Down Expand Up @@ -1297,7 +1297,7 @@ <h2>
<p>
The <cite>Geolocation API</cite> defines a [=policy-controlled
feature=] identified by the token string <a>"geolocation"</a>. Its
[=default allowlist=] is `'self'`.
[=policy-controlled feature/default allowlist=] is `'self'`.
</p>
</section>
<section id="conformance"></section>
Expand Down

0 comments on commit 7082b4e

Please sign in to comment.