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 ||