diff --git a/modules/libjar/nsJARChannel.cpp b/modules/libjar/nsJARChannel.cpp index 135ca25bf0a9..01907966f2db 100644 --- a/modules/libjar/nsJARChannel.cpp +++ b/modules/libjar/nsJARChannel.cpp @@ -920,6 +920,8 @@ nsJARChannel::OverrideWithSynthesizedResponse(nsIInputStream* aSynthesizedInput, SetContentType(aContentType); + mIsUnsafe = false; + FinishAsyncOpen(); rv = mSynthesizedResponsePump->AsyncRead(this, nullptr);