Skip to content

Commit

Permalink
Add TODOs and linked issues for reviewing app permissions and access …
Browse files Browse the repository at this point in the history
…origin.
  • Loading branch information
patniemeyer committed Mar 20, 2020
1 parent 587d998 commit 57e153f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/ionic/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
</provider>
</application>

<!-- TODO: Review requires permissions: https://github.com/WorldHealthOrganization/app/issues/56 -->
<!-- Permissions -->

<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 2 additions & 2 deletions client/ionic/android/app/src/main/res/xml/config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<!-- TODO: Set access origin: https://github.com/WorldHealthOrganization/app/issues/55 -->
<access origin="*" />



</widget>

0 comments on commit 57e153f

Please sign in to comment.