Loading toolkit/components/extensions/webrequest/ChannelWrapper.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -818,7 +818,8 @@ already_AddRefed<nsITraceableChannel> ChannelWrapper::GetTraceableChannel( dom::ContentParent* aContentParent) const { nsCOMPtr<nsIRemoteTab> remoteTab; if (mAddonEntries.Get(aAddon.Id(), getter_AddRefs(remoteTab))) { if (!aAddon.CanAccessURI(FinalURLInfo(), false, true, true)) { if (FinalURLInfo().URI() && !aAddon.CanAccessURI(FinalURLInfo(), false, true, true)) { return nullptr; } Loading Loading
toolkit/components/extensions/webrequest/ChannelWrapper.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -818,7 +818,8 @@ already_AddRefed<nsITraceableChannel> ChannelWrapper::GetTraceableChannel( dom::ContentParent* aContentParent) const { nsCOMPtr<nsIRemoteTab> remoteTab; if (mAddonEntries.Get(aAddon.Id(), getter_AddRefs(remoteTab))) { if (!aAddon.CanAccessURI(FinalURLInfo(), false, true, true)) { if (FinalURLInfo().URI() && !aAddon.CanAccessURI(FinalURLInfo(), false, true, true)) { return nullptr; } Loading