This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix user agent override when the page has iframes. (#910)
GeckoView is calling onLoadRequest multiple times for a single page with different URLs. The additional calls were breaking the UA override code. This work around prevents the UA override code from being called more than once and only for the first onLoadRequest.
- Loading branch information