diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index 7521a60d35..62f55343ed 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -420,13 +420,13 @@
<literal><xss-protection></literal> - Adds the X-XSS-Protection header - to the response to assist in protecting against reflected / “Type-1” Cross-Site Scripting (XSS) + Adds the X-XSS-Protection header + to the response to assist in protecting against reflected / “Type-1” Cross-Site Scripting (XSS) attacks. This is in no-way a full protection to XSS attacks!
<literal>xss-protection-enabled</literal> - Enable or Disable reflected / “Type-1” Cross-Site Scripting (XSS) protection. + Enable or Disable reflected / “Type-1” Cross-Site Scripting (XSS) protection.
<literal>xss-protection-block</literal> @@ -446,7 +446,7 @@
<literal><content-type-options></literal> Add the X-Content-Type-Options header with the value of nosniff to the response. This - disables MIME-sniffing + disables MIME-sniffing for IE8+ and Chrome extensions.
Parent Elements of <literal><content-type-options></literal> diff --git a/docs/manual/src/docbook/namespace-config.xml b/docs/manual/src/docbook/namespace-config.xml index 288ac4f21f..2c606b4db1 100644 --- a/docs/manual/src/docbook/namespace-config.xml +++ b/docs/manual/src/docbook/namespace-config.xml @@ -629,32 +629,34 @@ List<OpenIDAttribute> attributes = token.getAttributes();The A lot of different attacks to hijack content, sessions or connections are available and lately browsers (optionally) can help to prevent those attacks. To enable these features we need to send some additional headers to the client. Spring Security allows for easy configuration for several headers. - - - ]]> + + ... + +]]> Specifying the single headers element adds all the explicitly supported headers with their default settings. If you only want select headers to be added, you can add one or more of the child elements as shown below. - - - - - - - -
- <-- Adds HTTP Strict Transport Security (HSTS) for secure requests --> - - - - - - - ]]> + + ... + + + + + + +
+ <-- Adds HTTP Strict Transport Security (HSTS) for secure requests --> + + + + + + +]]> For additional information on how to customize the headers element refer to the headers