Merge branch '2.6.x' into 2.7.x

Closes gh-31354
This commit is contained in:
Stephane Nicoll
2022-06-13 14:29:18 +02:00
10 changed files with 43 additions and 27 deletions

View File

@@ -337,7 +337,7 @@ More information on {spring-security-docs}/features/exploits/csrf.html[CSRF] and
In simple setups, a `SecurityFilterChain` like the following can be used:
include::code:DevProfileSecurityConfiguration[]
include::code:DevProfileSecurityConfiguration[tag=!customizer]
WARNING: The H2 console is only intended for use during development.
In production, disabling CSRF protection or allowing frames for a website may create severe security risks.