Specify trusted URLs for the AngularJS $http service to allow or reject JSONP requests.

The angular.jsonp.inclusion_list.enabled property specifies trusted URLs for the angularJS $http service to allow and or reject JSONP requests. This property is necessary because this is a potentially breaking change for customers, so they need a way to add their trusted URLs. If this property is not set to the recommended value of true, then JSONP requests are allowed to any URL.

More information