Skip to content

Commit

Permalink
IE11 chokes on brotli..
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@23727 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 7, 2019
1 parent 10eedea commit dfcc2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ XpraClient.prototype._make_hello_base = function() {
});
}

if(typeof BrotliDecode != "undefined") {
if(typeof BrotliDecode != "undefined" && !Utilities.isIE()) {
this._update_capabilities({
"brotli" : true,
});
Expand Down

0 comments on commit dfcc2a7

Please sign in to comment.