https -> http
좋은 방법은 아니지만 임시로 해제 가능하다
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
https://velog.io/@nemo/mixed-content-error
[에러 일지] Mixed Content: The page at 'https://...' was loaded over HTTPS, but requested an insecure resource ...
Heroku에 배포 후에 아래와 같은 에러가 발생했다. 검색창에 검색어를 입력할 때 API로 데이터를 가져오는데, HTTP, HTTPS 관련해서 문제가 발생한 것 같았다.🚫 Mixed Content: The page at 'https://...' was lo
velog.io