Property reference

angular.jsonp.inclusion_list.enabled

The angular.jsonp.inclusion_list.enabled property toggles the activation of the angular JSONP inclusion list. When enabled, only JSONP requests specified in the angular.jsonp.inclusion_list.urls are permitted, enhancing security by restricting external requests.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property determines if the inclusion list for JSONP requests is active, allowing only requests defined in the specified URLs.
What area does it affect? JSONP request handling
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring security settings for JSONP requests.

Out of the box property record

Raw metadata from the property record.

Property name angular.jsonp.inclusion_list.enabled
Sys ID 46bec3b0c3331010f34a7096e940dd6a
Type boolean
Application Global
Default value true
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.
Updated 2024-05-25 04:24:40

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... your scripts by doing one of the following: 1. Add the domains of any newly failing requests to the angular.jsonp.inclusion_list.urls system property. 2. Opt out of this behavior by changing angular.jsonp.inclusion_list.enabled to false. • Type: true | false • Default value: true • Location: System Property [sys_properties] table glide.apps.hub.current URL of the team development parent instance. • Type: string • Default ...
Documentation excerpt View supporting context
Context preview Snippet 2
... configured and enabled. Use the value of the angular.jsonp.inclusion_list.urls system property to define a list of URLs that are trusted and allow for this purpose. Set the value of the angular.jsonp.inclusion_list.enabled system property to true to limit allowed JSONP to only the URLs listed in angular.jsonp.inclusion_list.urls. © 2026 ServiceNow, Inc. All rights reserved. ServiceNow, the ServiceNow logo, Now, and other ServiceNow ...