After the upgrade to MediaWiki 1.35 we run into annoying errors on some (Special-)Pages with Edge, Chrome and Internet Explorer.
Blank page, nothing worked, not one byte was loaded. The console in the webdeveloper window shows error net::ERR_HTTP2_PROTOCOL_ERROR 200
First thought was, that we had issues with the SSL certificate. But it wasn't.
Then we found https://phabricator.wikimedia.org/T235554
$wgDisableOutputCompression = true;
in the LocalSettings solved the problem.