From 1fd7f1ec4611e4e15c9a58946b8748579773258c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 22 Mar 2019 03:10:19 -0700 Subject: [PATCH] Add comment referencing upstream bug. --- src/platform/$.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/$.coffee b/src/platform/$.coffee index cbd4ce391..24ddde8c6 100644 --- a/src/platform/$.coffee +++ b/src/platform/$.coffee @@ -74,6 +74,7 @@ $.ajax = do -> # connection error or content blocker $.on r, 'error', -> (c.warn "4chan X failed to load: #{url}" unless r.status) <% if (type === 'crx') { %> + # XXX https://bugs.chromium.org/p/chromium/issues/detail?id=920638 $.on r, 'load', -> return unless r.readyState is 4 and r.status is 200 and r.statusText is '' and r.response is null and !$.ajaxWarningShown new Notice 'warning', "Error loading #{url}; try going to chrome://flags/#network-service and disabling the network service flag."