Browse Source

Update permission-policy Docs

Issue gh-9262
pull/9717/head
Josh Cummings 5 years ago
parent
commit
fc6fa79c86
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 15
      docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc

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

@ -281,6 +281,7 @@ The default is false (the headers are enabled). @@ -281,6 +281,7 @@ The default is false (the headers are enabled).
* <<nsa-header,header>>
* <<nsa-hpkp,hpkp>>
* <<nsa-hsts,hsts>>
* <<nsa-permissions-policy,permission-policy>>
* <<nsa-referrer-policy,referrer-policy>>
* <<nsa-xss-protection,xss-protection>>
@ -517,7 +518,21 @@ On the other hand, if you specify SAMEORIGIN, you can still use the page in a fr @@ -517,7 +518,21 @@ On the other hand, if you specify SAMEORIGIN, you can still use the page in a fr
* <<nsa-headers,headers>>
[[nsa-permissions-policy]]
==== <permissions-policy>
Adds the https://w3c.github.io/webappsec-permissions-policy/[Permissions-Policy header] to the response.
[[nsa-permissions-policy-attributes]]
===== <permissions-policy> Attributes
[[nsa-permissions-policy-policy]]
* **policy**
The policy value to write for the `Permissions-Policy` header
[[nsa-permissions-policy-parents]]
===== Parent Elements of <permissions-policy>
* <<nsa-headers,headers>>
[[nsa-xss-protection]]
==== <xss-protection>

Loading…
Cancel
Save