diff --git a/mozilla/uriloader/exthandler/nsExternalHelperAppService.cpp b/mozilla/uriloader/exthandler/nsExternalHelperAppService.cpp index a38695d3fac..21a9535460d 100644 --- a/mozilla/uriloader/exthandler/nsExternalHelperAppService.cpp +++ b/mozilla/uriloader/exthandler/nsExternalHelperAppService.cpp @@ -157,6 +157,7 @@ static const char* const nonDecodableTypes [] = { static const char* const nonDecodableExtensions [] = { "gz", "zip", + "Z", 0 };