Update permission-policy Docs

Issue gh-9262
This commit is contained in:
Josh Cummings 2021-04-29 16:52:06 -06:00
parent ca2bc4feb3
commit fc6fa79c86
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 15 additions and 0 deletions

View File

@ -281,6 +281,7 @@ The default is false (the headers are enabled).
* <<nsa-header,header>> * <<nsa-header,header>>
* <<nsa-hpkp,hpkp>> * <<nsa-hpkp,hpkp>>
* <<nsa-hsts,hsts>> * <<nsa-hsts,hsts>>
* <<nsa-permissions-policy,permission-policy>>
* <<nsa-referrer-policy,referrer-policy>> * <<nsa-referrer-policy,referrer-policy>>
* <<nsa-xss-protection,xss-protection>> * <<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
* <<nsa-headers,headers>> * <<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]] [[nsa-xss-protection]]
==== <xss-protection> ==== <xss-protection>