File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
config/src/main/java/org/springframework/security/config/annotation/web/builders Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1530,7 +1530,7 @@ public HttpSecurity servletApi(Customizer<ServletApiConfigurer<HttpSecurity>> se
1530
1530
}
1531
1531
1532
1532
/**
1533
- * Adds CSRF support . This is activated by default when using
1533
+ * Enables CSRF protection . This is activated by default when using
1534
1534
* {@link WebSecurityConfigurerAdapter}'s default constructor. You can disable it
1535
1535
* using:
1536
1536
*
@@ -1556,7 +1556,7 @@ public CsrfConfigurer<HttpSecurity> csrf() throws Exception {
1556
1556
}
1557
1557
1558
1558
/**
1559
- * Adds CSRF support . This is activated by default when using
1559
+ * Enables CSRF protection . This is activated by default when using
1560
1560
* {@link WebSecurityConfigurerAdapter}'s default constructor. You can disable it
1561
1561
* using:
1562
1562
*
You can’t perform that action at this time.
0 commit comments