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
unlike on other pages where the URI is relative.
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.
-
dstillmanIsn't this just on all forum pages? Even this page serves CSS as HTTP for me and breaks in Chrome over HTTPS.
-
aurimasPerhaps. 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.