# Security
## Ignoring App Transport Security (ATS)
App Transport Security has blocked a cleartext HTTP (`Http://`) resource
load because it is insecure. If you would like bypass it, you can add
temporary exceptions in `info.plist` file.

info.plist
```xml
NSAppTransportSecurity
NSAllowsArbitraryLoadsInWebContent
NSAllowsArbitraryLoads
```