카카오 맵 외부 필수 url (ex. daumcdn...)

안녕하세요, 카카오 맵 관련 외부 URL 오픈 건으로 문의 드리려 합니다.

현재 서버에 외부 URL을 모두 차단한 상태며,

https://t1.daumcdn.net

위 세 URL은 허용한 상태입니다.
하지만 https://map.kakao.com/ 사이트에 접속시 개발자도구 콘솔에서 확인한 결과

[1] subway.bundle.js:1
Uncaught ReferenceError: jQuery is not defined
at Object. (subway.bundle.js:1:938)
at i (subway.bundle.js:1:110)
at Module. (subway.bundle.js:29:237547)
at i (subway.bundle.js:1:110)
at subway.bundle.js:1:902
at subway.bundle.js:1:912

[2] app.js:883
Uncaught ReferenceError: define is not defined
at app.js:883:463
at app.js:2488:319
(anonymous) @ app.js:883
(anonymous) @ app.js:2488

[3] (index):1144
Uncaught ReferenceError: jQuery is not defined
at (index):1144:1
(anonymous) @ (index):1144

세가지 오류가 뜨면서 지도가 출력되지 않네요… 좌측 패널은 정상적으로 출력됩니다.

혹시 또 추가로 오픈해줘야 할 URL 이 있을까요?

감사합니다.

카카오 스크립트 소스로딩이 먼저되지 않아 생긴 문제 같습니다 카카오 script를 먼저 호출후
호출(완료)되면 app.js소스가 호출되면 해결되지 않을까요