livefyre.com: on Ubuntu Chrome, the css (site_media/css/style_v5.css) fail to load, together with many .js files; as a result, the site looks like this:
(This doesn't happen on Ubuntu/Firefox, nor on Windows/Chrome.) It's strange; in the Network pane of Dev tools, the request show up as "failed"; but if I do
http://i.imgur.com/mHmp2KX.png
(This doesn't happen on Ubuntu/Firefox, nor on Windows/Chrome.) It's strange; in the Network pane of Dev tools, the request show up as "failed"; but if I do
curl "http://www.livefyre.com/site_media/css/style_v5.css -H "Accept: text/css,/;q=0.1" -H "Cache-Control: max-age=0" -H "Referer: http://www.livefyre.com/ -H "User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31"
then it works!
Here's a copy of the network pane:
http://i.imgur.com/2Srj8xj.png