# 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. ![](/img/1543959009600.png) info.plist ```xml NSAppTransportSecurity NSAllowsArbitraryLoadsInWebContent NSAllowsArbitraryLoads ```