Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed Aug 4, 2023
1 parent 200f3ea commit b4026ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/de/sybit/sygotchi/config/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
http
.csrf().disable()
.cors().disable()
.headers().frameOptions().disable()
.and()
.authorizeHttpRequests()
.requestMatchers("/**")
.permitAll()
Expand Down

0 comments on commit b4026ba

Please sign in to comment.