Skip to content

Commit ac3b0ea

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-30380
2 parents c46953a + 24aa407 commit ac3b0ea

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/data

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ If your application uses Spring Security, you need to configure it to
333333
* disable CSRF protection for requests against the console,
334334
* set the header `X-Frame-Options` to `SAMEORIGIN` on responses from the console.
335335

336-
More information on {spring-security-docs}#csrf[CSRF] and the header {spring-security-docs}#headers-frame-options[X-Frame-Options] can be found in the Spring Security Reference Guide.
336+
More information on {spring-security-docs}/features/exploits/csrf.html[CSRF] and the header {spring-security-docs}/features/exploits/headers.html#headers-frame-options[X-Frame-Options] can be found in the Spring Security Reference Guide.
337337

338338
In simple setups, a `SecurityFilterChain` like the following can be used:
339339

0 commit comments

Comments
 (0)