Python : App Transport Security has blocked a cleartext HTTP 2019-06-29 / By juzhax / Python / blocked, python Last updated on October 4th, 2019 at 05:52 am Add this code to your python code after the import AppKit AppKit.NSBundle.mainBundle().infoDictionary()['NSAppTransportSecurity'] = dict(NSAllowsArbitraryLoads = True) Tags:blockedpython