diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index 07b92a317e..ace15047cd 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -7597,7 +7597,7 @@ If disabled, the X-Frame-Options header will not be included. Default false. * **policy** ** `DENY` The page cannot be displayed in a frame, regardless of the site attempting to do so. This is the default when frame-options-policy is specified. ** `SAMEORIGIN` The page can only be displayed in a frame on the same origin as the page itself -** `ALLOW-FROM` <> The page can only be displayed in a frame on the specified origin. +** `ALLOW-FROM origin` The page can only be displayed in a frame on the specified origin. +