Skip to content

Commit

Permalink
feat: revert due to failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Apr 17, 2024
1 parent 7925f2e commit 7a9db36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public class SecurityConfig {
public SecurityFilterChain configure(HttpSecurity http) throws Exception {

var httpSecurity =
http
http.csrf()
.disable()
.addFilterBefore(
new StatelessCsrfFilter(csrfCookieProperty, csrfHeaderProperty), CsrfFilter.class);

Expand Down

0 comments on commit 7a9db36

Please sign in to comment.