4 changed files with 8 additions and 6 deletions
@ -1,9 +1,8 @@
@@ -1,9 +1,8 @@
|
||||
|
||||
[[webflux-headers]] |
||||
Security HTTP Response Headers |
||||
= Security HTTP Response Headers |
||||
This section discusses Spring Security's support for adding various security headers to the response of WebFlux. |
||||
|
||||
= Default Security Headers |
||||
== Default Security Headers |
||||
Spring Security allows users to easily inject the default security headers to assist in protecting their application. |
||||
The default for Spring Security is to include the following headers: |
||||
|
||||
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
= Protection Against Exploits |
||||
|
||||
include::headers.adoc[leveloffset=+1] |
||||
|
||||
include::redirect-https.adoc[leveloffset=+1] |
||||
Loading…
Reference in new issue