gorhill / uMatrix

uMatrix: Point and click matrix to filter net requests according to source, destination and type
GNU General Public License v3.0
4.55k stars 470 forks source link

GZIP decoding error #931

Closed chdh closed 6 years ago

chdh commented 6 years ago

I have written a test program to reproduce the GZIP decoding problem.

See: #907, #912, Chromium bug 801237

To run the test program:

Notes:

testHttpServer.zip

gorhill commented 6 years ago

Why open an issue which you know to be a duplicate? (and also known to be a browser issue?)

uMatrix does not deal with response body data, there is no extensions API in Chromium to do so -- this is a browser issue, there is nothing I can do aside offering a workaround which seems to trigger less the browser issue.

chdh commented 6 years ago

I opened a new issue because #907 was closed and #912 is locked and maybe for something different, but has the label "unable to reproduce".

I thought you would be happy to receive a well documented test case to reproduce the problem, but I get the feeling, that my contribution is not welcome here. And on the Chromium bugs site, nobody reacted to my last 2 posts.

gorhill commented 6 years ago

I locked because of the unproductive comment:

Why do you suggest that this is a Chrome problem and not your plugin

Now:

I get the feeling, that my contribution is not welcome here

It's a browser issue, there is nothing I can do (aside the already available and documented workaround), I already said so in the other issue.