From dfc7fa8438c3beec4cce0500c3c8b7833893968d Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 2 May 2016 08:27:19 -0400 Subject: [PATCH] emergency fix: remove websocket support for now --- platform/chromium/vapi-client.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/chromium/vapi-client.js b/platform/chromium/vapi-client.js index e0998f976..b86c8e34e 100644 --- a/platform/chromium/vapi-client.js +++ b/platform/chromium/vapi-client.js @@ -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 ||