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
172
172
173
173
** _ Warning:_ ** Don't use this in production.
174
174
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 `
176
176
177
177
``` xml
178
178
<key >NSAppTransportSecurity</key >
@@ -187,7 +187,7 @@ Note that on iOS you you need to add new key to `ios/Runner/Info.plist`
187
187
` NSAllowsArbitraryLoadsInWebContent ` is for iOS 10+ and ` NSAllowsArbitraryLoads ` for iOS 9.
188
188
Otherwise you'll still not be able to display content from pages with untrusted certificates.
189
189
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/
191
191
192
192
193
193
You can’t perform that action at this time.
0 commit comments