-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add user agent from Webview property as default in HTTP interceptor (Android) #4830
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
This is working as expected for the on-ramp requirements 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM even if I don't understand the reason for the renaming of the 'm*' variables into 'RN*' :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regression on the browser as well as the other web views (view block explorer, submit a feature, support, and all the links on the about view) in the app are functionally sound.
🌮 🌮 🌮
Description
The
userAgent
property provided in theWebview
component on Android isn't being properly set in the interceptor, now it should use the provided property value and fallback to the device user agent when this property is not defined.Screenshots/Recordings
With
userAgent
property defined inWebView
:Without
userAgent
property inWebView
:Related slack thread:
https://consensys.slack.com/archives/CBW7S9FSN/p1659995161910989
Issue
Progresses #4829
Checklist