From fc6fa79c869c572f595909dad1f6f9ddac9f7239 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 29 Apr 2021 16:52:06 -0600 Subject: [PATCH] Update permission-policy Docs Issue gh-9262 --- .../_includes/servlet/appendix/namespace.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc b/docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc index 87d802ca8e..1ba5f4cd79 100644 --- a/docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc @@ -281,6 +281,7 @@ The default is false (the headers are enabled). * <> * <> * <> +* <> * <> * <> @@ -517,7 +518,21 @@ On the other hand, if you specify SAMEORIGIN, you can still use the page in a fr * <> +[[nsa-permissions-policy]] +==== +Adds the https://w3c.github.io/webappsec-permissions-policy/[Permissions-Policy header] to the response. +[[nsa-permissions-policy-attributes]] +===== Attributes + +[[nsa-permissions-policy-policy]] +* **policy** +The policy value to write for the `Permissions-Policy` header + +[[nsa-permissions-policy-parents]] +===== Parent Elements of + +* <> [[nsa-xss-protection]] ====