File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ Set the `ignoreSSLErrors` option to true to display content from servers with ce
172172
173173** _ Warning:_ ** Don't use this in production.
174174
175- Note that on iOS you you need to add new key to ` ios/Runner/Info.plist `
175+ Note that on iOS, you need to add new key to ` ios/Runner/Info.plist `
176176
177177``` xml
178178<key >NSAppTransportSecurity</key >
@@ -187,7 +187,7 @@ Note that on iOS you you need to add new key to `ios/Runner/Info.plist`
187187` NSAllowsArbitraryLoadsInWebContent ` is for iOS 10+ and ` NSAllowsArbitraryLoads ` for iOS 9.
188188Otherwise you'll still not be able to display content from pages with untrusted certificates.
189189
190- You can test your ignorance of ssl certificates is working e.g. through https://self-signed.badssl.com/
190+ You can test your ignorance if ssl certificates is working e.g. through https://self-signed.badssl.com/
191191
192192
193193
You can’t perform that action at this time.
0 commit comments