Allow webview debugging in dev mode + XIP#1806
Merged
Conversation
Contributor
|
what about allowing |
Contributor
Author
|
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. |
Contributor
|
Trust judgement of @andrepimenta on this. |
Contributor
Author
|
Changed PR based on recent decisions:
|
96407e0 to
d12a77e
Compare
fd0dc57 to
7b7b0ee
Compare
Contributor
Author
|
@ibrahimtaveras00 For QA:
|
3 tasks
rickycodes
pushed a commit
that referenced
this pull request
Jan 31, 2022
* Enable webview debugging on android in dev mode * allow XIP for local connections * change to Buildconfig.DEBUG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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