Sometimes CSS is not served over HTTPS

On some pages (I think older threads) the CSS is not being served over HTTPS. Apparently, by default, Chrome blocks content on HTTPS pages that is not being served securely. You have to manually allow it. Naturally if the CSS is blocked, the page looks quite ugly.

E.g. https://forums.zotero.org/discussion/1224/csv-or-other-simple-import-technique/

You can see that the CSS is being included with a full URL http://forums.zotero.org/themes/zotero/styles/default/vanilla.css
unlike on other pages where the URI is relative.
  • Isn't this just on all forum pages? Even this page serves CSS as HTTP for me and breaks in Chrome over HTTPS.
  • Perhaps. Though when I was checking a few minutes ago, I could have sworn that some pages had relative paths. Now I don't see that any more.
Sign In or Register to comment.