-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Allow webview debugging in dev mode + XIP #1806
Conversation
what about allowing |
I think we should use a similar solution for iOS, instead of arbitrarily allowing http. This sounds best from a security standpoint, especially since we can without any compromise. |
Trust judgement of @andrepimenta on this. |
Changed PR based on recent decisions:
|
96407e0
to
d12a77e
Compare
fd0dc57
to
7b7b0ee
Compare
@ibrahimtaveras00 For QA:
|
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.
✅
* Enable webview debugging on android in dev mode * allow XIP for local connections * change to Buildconfig.DEBUG
Description
Enables webview debugging on Android during dev mode, and temporarily allows xip connections so we can use http://LOCAL_IP for development
Resolves #923