Thursday, December 13, 2012

Web Socket disabling

All Chrome development uses WebSockets

WebSocket = undefined;
The above code will disable all web sockets, or you can use Execute the browser with special arguments: chrome.exe --disable-web-sockets

No comments: