Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix FxA onLoadRequest breaking background tabs (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and keianhzo committed Oct 25, 2019
1 parent e9e348a commit 577f430
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ class Services(context: Context, places: Places): GeckoSession.NavigationDelegat

return GeckoResult.ALLOW
}
return GeckoResult.DENY
}

return GeckoResult.DENY
return GeckoResult.ALLOW
}
}

0 comments on commit 577f430

Please sign in to comment.