angular.jsonp.inclusion_list.enabled
ServiceNow property description:
Toggles whether the angular jsonp inclusion list is enabled. If so, only jsonp requests that are defined in angular.jsonp.inclusion_list.urls are allowed.
Attributes
- Sys ID: 46bec3b0c3331010f34a7096e940dd6a
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `angular.jsonp.inclusion_list.enabled` determines whether the JSONP inclusion list for Angular is active. When enabled, only JSONP requests specified in the `angular.jsonp.inclusion_list.urls` property are permitted. This enhances security by restricting JSONP requests to a predefined set of URLs. If the property is disabled, the inclusion list is not enforced, potentially allowing any JSONP request. This setting is crucial for controlling and securing cross-domain requests in Angular applications within ServiceNow.
Source