Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Discussion options

You must be logged in to vote

확인 결과 현재 URL 스킴 검증 방식이 카카오 키를 고려하지 못하여 문제가 발생한 것으로 보여집니다.
다음과 같이 정규식 수정 예정입니다.

과거
/([a-zA-Z]{2,20}):\/\/([\w_-]+(?:(?:\.[\w_-]+)?))([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])?/

개선안
/([a-zA-Z][a-zA-Z0-9]{1,199}):\/\/([\w-]+(?:\.[\w-]+)*)([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])?/

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Palbahngmiyine
Comment options

@EN-hyeoninchoi
Comment options

@Palbahngmiyine
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Palbahngmiyine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
3 participants