diff options
author | Frank-Rainer Grahl <frgrahl@gmx.net> | 2022-05-07 02:56:02 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-05-07 02:56:31 -0500 |
commit | fa416e2a2d3829f7bffda9eb6a33410fa97923f8 (patch) | |
tree | 61c530319a098a1b2fe7c131ce5004d7bd6e5806 | |
parent | e0b25e26a4dc5dc5fdb146c0326512725ff382cc (diff) | |
download | aura-central-fa416e2a2d3829f7bffda9eb6a33410fa97923f8.tar.gz |
Bug 1716221 - Clear feeds in tabbrowser for a toplevel network state change.
-rw-r--r-- | apps/navigator/base/content/tabbrowser.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/navigator/base/content/tabbrowser.xml b/apps/navigator/base/content/tabbrowser.xml index 38de3b699..e905f01ad 100644 --- a/apps/navigator/base/content/tabbrowser.xml +++ b/apps/navigator/base/content/tabbrowser.xml @@ -538,6 +538,7 @@ if (aStateFlags & nsIWebProgressListener.STATE_START && aStateFlags & nsIWebProgressListener.STATE_IS_NETWORK) { if (aWebProgress.isTopLevel) { + this.mFeeds = []; // Need to use originalLocation rather than location because things // like about:privatebrowsing arrive with nsIRequest pointing to // their resolved jar: or file: URIs. |