Skip to content

Commit

Permalink
chore: removed security csrf disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed May 6, 2024
1 parent 0951c9b commit 15a8a07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class SpringWebSecurityConfig {
@Bean
public SecurityFilterChain filterChain(final HttpSecurity http) throws Exception {
http
.csrf(AbstractHttpConfigurer::disable)
.authorizeHttpRequests(matcherRegistry -> matcherRegistry
.requestMatchers("/**").permitAll())
.headers(headers -> headers
Expand Down

0 comments on commit 15a8a07

Please sign in to comment.