emergency fix: remove websocket support for now

This commit is contained in:
gorhill 2016-05-02 08:27:19 -04:00
parent 374d5476f5
commit dfc7fa8438
1 changed files with 3 additions and 0 deletions

View File

@ -351,6 +351,9 @@ vAPI.shutdown.add(function() {
/* jshint multistr: true */
(function() {
// https://github.com/gorhill/uBlock/issues/1604
return;
// Fix won't be applied on older versions of Chromium.
if (
window.WebSocket instanceof Function === false ||