alanjameschapman / whiteboard

django blog for teachers and students
0 stars 1 forks source link

BUG: "Mixed content" console error due to Cloudinary (http/https) on page load #42

Closed alanjameschapman closed 8 months ago

alanjameschapman commented 8 months ago

"Mixed content" console error due to Cloudinary (http/https) on page load

To Reproduce Steps to reproduce the behavior:

  1. Go to deployed site
  2. Open console
  3. See error

Screenshots

Image

Desktop:

alanjameschapman commented 8 months ago

Add meta to base.html to force https:

    <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

Screenshot Image