Skip to content

Commit

Permalink
Editorial: s/feature policy/permissions policy (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Jul 24, 2020
1 parent 617a8d4 commit 904c9e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -53,7 +53,7 @@
};
</script>
</head>
<body data-cite="secure-contexts Feature-Policy">
<body data-cite="secure-contexts permissions-policy">
<section id="abstract">
<p>
This specification defines an API that provides scripted access to
Expand Down Expand Up @@ -876,7 +876,7 @@ <h3>
</section>
<section>
<h2>
Feature policy
Permissions policy
</h2>
<p>
The <cite>Geolocation API</cite> defines a [=policy-controlled
Expand All @@ -903,10 +903,10 @@ <h2>
response header:
</p>
<pre class="example http" title="Feature Policy over HTTP">
Feature-Policy: geolocation 'none'
Permissions-Policy: geolocation 'none'
</pre>
<p>
See [[[FEATURE-POLICY]]] for more details.
See [[[permissions-policy]]] for more details.
</p>
</aside>
</section>
Expand Down

0 comments on commit 904c9e9

Please sign in to comment.