mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Bug 1194891. P3 - don't share data for elements in PB mode. r=cpearce
MozReview-Commit-ID: 1B2RK8biYof --HG-- extra : rebase_source : 62a4233755adc59df69c521fe9bf76df902b0d05 extra : source : c22dea23fd02e5887f84c6502874a31e8728d4b4
This commit is contained in:
parent
09e1217347
commit
1964dd6b54
@ -225,7 +225,7 @@ public:
|
||||
// Returns true when this stream is can be shared by a new resource load
|
||||
bool IsAvailableForSharing() const
|
||||
{
|
||||
return !mClosed &&
|
||||
return !mClosed && !mIsPrivateBrowsing &&
|
||||
(!mDidNotifyDataEnded || NS_SUCCEEDED(mNotifyDataEndedStatus));
|
||||
}
|
||||
// Get the principal for this stream. Anything accessing the contents of
|
||||
|
Loading…
x
Reference in New Issue
Block a user