Skip to content

Instantly share code, notes, and snippets.

@joninsky
Last active April 22, 2020 20:42
Show Gist options
  • Save joninsky/ace3a87910ccd7908b8f4fad95f40996 to your computer and use it in GitHub Desktop.
Save joninsky/ace3a87910ccd7908b8f4fad95f40996 to your computer and use it in GitHub Desktop.
plist
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>yelp.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<false/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We need your location to pass to the YELP API</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment