html파일 head에 추가<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">Mixed content 문제 해결(https 사이트에서 http 사이트 요청 시 발생하는 보안 문제)https 사이트에서 ajax를 사용해서 비동기로 http 사이트에 request를 요청해서 문제가 발생 했습니다. 암호화된 HTTPS 기반의 사이트에서 암호화되지 않은 HTTP 사이트에 요청을 보내서 Mixed content 에러가 발..https://wellsw.tistory.com/34