File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
docs/manual/src/docs/asciidoc/_includes/reactive Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
-
2
1
[[webflux-headers]]
3
- Security HTTP Response Headers
2
+ = Security HTTP Response Headers
4
3
This section discusses Spring Security's support for adding various security headers to the response of WebFlux.
5
4
6
- = Default Security Headers
5
+ == Default Security Headers
7
6
Spring Security allows users to easily inject the default security headers to assist in protecting their application.
8
7
The default for Spring Security is to include the following headers:
9
8
Original file line number Diff line number Diff line change
1
+ = Protection Against Exploits
2
+
3
+ include::headers.adoc[leveloffset=+1]
4
+
5
+ include::redirect-https.adoc[leveloffset=+1]
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
3
3
include::webflux.adoc[leveloffset=+1]
4
4
5
- include::headers.adoc[leveloffset=+1]
6
-
7
- include::redirect-https.adoc[leveloffset=+1]
5
+ include::exploits/index.adoc[leveloffset=+1]
8
6
9
7
include::oauth2/index.adoc[leveloffset=+1]
10
8
You can’t perform that action at this time.
0 commit comments