-
Bug
-
Resolution: Fixed
-
Low
-
None
-
MDLSITE Sprint 1.1, MDLSITE Sprint 1.2, MDLSITE Sprint 1.3
Today I was getting all the "external links" images in the Docs as broken images.
And I reproduced it consistently with both Safari and Chrome.
It seems (dobedobedoh dixit) that the image is loaded from CSS file (skin) and it's pointing to:
url(http://upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png)
Also, debugging the call, while it was failing, I got here some "too many redirects" errors.
Right now, it's back to work for me (maybe they fixed the redirects).
In any case, we shouldn't be calling to external stuff that way, and specially, without https.
So this is about to verify if we can change the skin or similar and ensure that all the files (like the external link one) are served by us.
Ciao