glide.cms.catalog_uri_relative
ServiceNow property description:
Enforce relative links from the URI parameter on /ess/catalog.do. If checked, then only relative URLs are permitted through the /ess/catalog.do page using the parameter 'uri'. If unchecked, all URLs are permitted, which may permit linking to external unauthorized content.
Attributes
- Sys ID: 93c235a637001000dada973ebebe5d1d
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.cms.catalog_uri_relative` enforces the use of relative URLs for the `uri` parameter on the `/ess/catalog.do` page. When this property is enabled (checked), only relative URLs are allowed, which helps to prevent linking to external, potentially unauthorized content. This enhances security by ensuring that all links remain within the same domain. If the property is disabled (unchecked), any URL, including external ones, can be used, which may pose a security risk by allowing redirection to untrusted sites. This setting is crucial for maintaining the integrity and security of the ServiceNow environment.
Source