Skip to content

Commit

Permalink
refactor:[kakao-tech-campus-2nd-step3#84]- refact Security
Browse files Browse the repository at this point in the history
cors 변경
  • Loading branch information
yooonwodyd committed Nov 15, 2024
1 parent f0f2d1b commit b6ee0b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
http.csrf(AbstractHttpConfigurer::disable);
http.sessionManagement((session) -> session
.sessionCreationPolicy(SessionCreationPolicy.STATELESS));

http.cors(AbstractHttpConfigurer::disable);
http.authorizeHttpRequests((authorize) ->
authorize
.requestMatchers(
Expand Down

0 comments on commit b6ee0b1

Please sign in to comment.