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