Skip to content

Commit b95a758

Browse files
committed
Add note about iOS ATS settings to README
1 parent 22277ed commit b95a758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ with optional overrides.
7979
* **additionalParameters** - (`object`) additional parameters that will be passed in the authorization request.
8080
Must be string values! E.g. setting `additionalParameters: { hello: 'world', foo: 'bar' }` would add
8181
`hello=world&foo=bar` to the authorization request.
82-
* **dangerouslyAllowInsecureHttpRequests** - (`boolean`) _ANDROID_ whether to allow requests over plain HTTP or with self-signed SSL certificates. :warning: Can be useful for testing against local server, _should not be used in production._
82+
* :warning: **dangerouslyAllowInsecureHttpRequests** - (`boolean`) _ANDROID_ whether to allow requests over plain HTTP or with self-signed SSL certificates. Can be useful for testing against local server, _should not be used in production._ This setting has no effect on iOS; to enable insecure HTTP requests, add a [NSExceptionAllowsInsecureHTTPLoads exception](https://cocoacasts.com/how-to-add-app-transport-security-exception-domains) to your App Transport Security settings.
8383

8484
#### result
8585

0 commit comments

Comments
 (0)