Skip to content

Commit fc6fa79

Browse files
committed
Update permission-policy Docs
Issue gh-9262
1 parent ca2bc4f commit fc6fa79

File tree

1 file changed

+15
-0
lines changed
  • docs/manual/src/docs/asciidoc/_includes/servlet/appendix

1 file changed

+15
-0
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc

+15
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ The default is false (the headers are enabled).
281281
* <<nsa-header,header>>
282282
* <<nsa-hpkp,hpkp>>
283283
* <<nsa-hsts,hsts>>
284+
* <<nsa-permissions-policy,permission-policy>>
284285
* <<nsa-referrer-policy,referrer-policy>>
285286
* <<nsa-xss-protection,xss-protection>>
286287

@@ -517,7 +518,21 @@ On the other hand, if you specify SAMEORIGIN, you can still use the page in a fr
517518

518519
* <<nsa-headers,headers>>
519520

521+
[[nsa-permissions-policy]]
522+
==== <permissions-policy>
523+
Adds the https://w3c.github.io/webappsec-permissions-policy/[Permissions-Policy header] to the response.
520524

525+
[[nsa-permissions-policy-attributes]]
526+
===== <permissions-policy> Attributes
527+
528+
[[nsa-permissions-policy-policy]]
529+
* **policy**
530+
The policy value to write for the `Permissions-Policy` header
531+
532+
[[nsa-permissions-policy-parents]]
533+
===== Parent Elements of <permissions-policy>
534+
535+
* <<nsa-headers,headers>>
521536

522537
[[nsa-xss-protection]]
523538
==== <xss-protection>

0 commit comments

Comments
 (0)