jazzband / django-tinymce

TinyMCE integration for Django
http://django-tinymce.readthedocs.org/
MIT License
1.25k stars 317 forks source link

File browser frame loaded with http #389

Closed joshuakoh1 closed 2 years ago

joshuakoh1 commented 2 years ago
Mixed Content: The page at *** was loaded over HTTPS, but requested an insecure frame 'http://***/filebrowser/browse/?pop=5&type=image'. This request has been blocked; the content must be served over HTTPS.
claudep commented 2 years ago

Depending on your server setup, you might have to fiddle with https://docs.djangoproject.com/en/4.0/ref/settings/#secure-proxy-ssl-header. django-tinymce itself doesn't hardcode any http or https scheme.