Which method in Spring Security disables CSRF protection?
http.disableCsrf()
http.csrf().off()
http.csrf().disable()
http.disable()
This question is part of this quiz :