Skip to content

Commit

Permalink
Update test fixture to allow HTTP traffic to test endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 6, 2024
1 parent f4efac3 commit 60957b6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion features/fixtures/test-app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.bugsnag.expo.testfixture",
"buildNumber": "1"
"buildNumber": "1",
"infoPlist": {
"NSAppTransportSecurity": {
"NSExceptionDomains": {
"bs-local.com": {
"NSExceptionAllowsInsecureHTTPLoads": true
}
}
}
}
},
"android": {
"package": "com.bugsnag.expo.testfixture",
Expand Down

0 comments on commit 60957b6

Please sign in to comment.