mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
emergency fix: remove websocket support for now
This commit is contained in:
parent
374d5476f5
commit
dfc7fa8438
@ -351,6 +351,9 @@ vAPI.shutdown.add(function() {
|
|||||||
/* jshint multistr: true */
|
/* jshint multistr: true */
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
// https://github.com/gorhill/uBlock/issues/1604
|
||||||
|
return;
|
||||||
|
|
||||||
// Fix won't be applied on older versions of Chromium.
|
// Fix won't be applied on older versions of Chromium.
|
||||||
if (
|
if (
|
||||||
window.WebSocket instanceof Function === false ||
|
window.WebSocket instanceof Function === false ||
|
||||||
|
Loading…
Reference in New Issue
Block a user