Skip to content

Commit

Permalink
Chore: ChatServer SecurityConfig 수정
Browse files Browse the repository at this point in the history
웹소켓 테스트 도구 cors 허용
  • Loading branch information
crhwang822 authored Nov 28, 2024
1 parent 9ce90b4 commit 1b6abd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public CorsConfigurationSource corsConfigurationSource() {
"http://localhost:8000",
"http://gateway-app:8000",
host,
"chrome-extension://fnlgpklmfclcogcmiioamkhdnflfmnmp",
"https://api.bookwoori.p-e.kr",
"https://d1b8jphm7kfx0c.cloudfront.net"));
configuration.setAllowedMethods(
Expand Down

0 comments on commit 1b6abd6

Please sign in to comment.