Skip to content

Commit 5440f95

Browse files
committed
Cancel CSRF Disable
1 parent fbce179 commit 5440f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csrf-protection/actual-app/src/main/java/com/fd/tryout/csrf/actual/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ protected void configure(HttpSecurity http) throws Exception {
3030
.and()
3131
.httpBasic();
3232

33-
http.csrf().disable();
33+
//http.csrf().disable();
3434
}
3535
}

0 commit comments

Comments
 (0)