전체 글 522

[ SECURITY ] Mixed Content: The page was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint This request has been blocked; the content must be served over HTTPS.

https -> http 좋은 방법은 아니지만 임시로 해제 가능하다 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

카테고리 없음 HEON.D 2023.06.26

[ CANVAS ] ERROR DOMException: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.

크로스 오리진 속성 추가 https://stackoverflow.com/questions/22097747/how-to-fix-getimagedata-error-the-canvas-has-been-tainted-by-cross-origin-data How to fix getImageData() error The canvas has been tainted by cross-origin data? My code is working very well on my localhost but it is not working on the site. I got this error from the console, for this line .getImageData(x,y,1,1).data: Uncaught SecurityErr..

FE/Canvas HEON.D 2023.06.08

[ INSPIRATION ] patorjk 텍스트 이미지 생성

http://patorjk.com/software/taag/#p=display&f=Electronic&t=Type%20Something%20 http://patorjk.com/ patorjk.com Snake JavaScript Snake game. The classic game of snake done in JS. patorjk.com https://magomercy.com/web/%EA%B0%9C%EB%B0%9C%EC%9E%90+%EB%8F%84%EA%B5%AC+console+%EC%B0%BD+%EA%BE%B8%EB%AF%B8%EA%B8%B0 마고자비 블로그 | 마구잡이로 하고 싶은 것을 합니다. 안녕하세요. 저는 마고자비로 마구잡이로 하고 싶은 것을 합니다. magomercy.com

Design/Inspiration HEON.D 2023.05.31