mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Firefox says wont find socket #58

Closed lmartins closed 13 years ago

lmartins commented 13 years ago

Cant make it to work. When i try to enable LR on Firefox it says "LiveReload Failed to establish connection WebSocket is not defined".

NV commented 13 years ago

Firefox < 4 does not support WebSockets.

lmartins commented 13 years ago

This was on Firefox 4 Beta 11, so it wont be the case.

NV commented 13 years ago

WebSockets might be disabled by default. Open about:config and change:

network.websocket.enabled true network.websocket.override-security-block true

lmartins commented 13 years ago

Thanks! that solved the issue.