BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.21k stars 1.9k forks source link

/images/drawio/base64 served over http #1694

Closed ppff closed 3 years ago

ppff commented 5 years ago

Context:

Description: the call to https://<domain>/images/drawio/base64 is redirected to http://<domain>/images/drawio/base64. Hence, it is blocked by the browser as mixed content.

1) I'm not sure if that's because of my proxy setup, I have however never seen this bug with anything else. 2) I'm not sure if that's related to it but my drawing won't load, it will only display the loading gif.

ssddanbrown commented 5 years ago

Hi @ppff, Do you have the APP_URL environment variable set?

ppff commented 5 years ago

Yes. This looks very specific, and a bit odd. I'll let you know if I find anything!

ssddanbrown commented 3 years ago

Since there's been no follow-up I'm going to close this. If the issue remains and is something you still require to be fixed please open a new issue, referencing this one.