feat: migrate to kakao CDN and namespace#78
Open
clroot wants to merge 1 commit intokmsbernard:masterfrom
Open
Conversation
- Change default script URL from t1.daumcdn.net to t1.kakaocdn.net - Add window.kakao type declarations alongside window.daum - Resolve PostcodeConstructor with kakao-first, daum-fallback strategy - Update script element ID to kakao_postcode_script - Update README guide links to postcode.map.kakao.com Ref: daumPostcode/QnA#1498
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
다음 우편번호 서비스의 카카오 인프라 마이그레이션에 대응합니다.
관련 공지: daumPostcode/QnA#1498
변경 내용
src/loadPostcode.tst1.daumcdn.net→t1.kakaocdn.net으로 변경window.kakao타입 선언 추가window.kakao.Postcode를 우선 확인하고, 없으면window.daum.Postcode로 폴백kakao_postcode_script로 변경README.mdt1.kakaocdn.net으로 변경postcode.map.kakao.com/guide로 변경 (http → https 포함)하위 호환성
scriptUrlprop으로 기존t1.daumcdn.netURL을 직접 전달하는 사용자도window.daum.Postcode폴백으로 정상 동작합니다.DaumPostcodeEmbed,useDaumPostcodePopup)은 변경하지 않았습니다.