---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Enforce relative links \[Updated in Security Center 1.3 and 1.5\]

# Enforce relative links \[Updated in Security Center 1.3 and 1.5\] {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Use the glide.cms.catalog_uri_relative property to enforce
relative links from the URI parameter on `/ess/catalog.do`.
The glide.cms.catalog_uri_relative property enforces relative links
from the URI parameter on /ess/catalog.do. If
glide.cms.catalog_uri_relative is not set to the recommended
value of true, then the URL will not be sanitized with the enforceRelativeURL(url)
function. Absolute URLs can pose a security risk when used as a part of parameter or a
field value, thus redirecting the source page to an adversary-controlled website.

## More information {#sc-enforce-relative-links__section_more_information}

{#sc-enforce-relative-links__table_ajc_b43_3kb__entry__2}

| Attribute | Description |
|-|-|
| Property name | glide.cms.catalog_uri_relative |
| Configuration type | System Properties (/sys_properties_list.do) |
| Category | [Validation, sanitization, and encoding](https://servicenow-prod.fluidtopics.net/F1nREUr0FIKK6cga6jbKwg "Validation, sanitization, and encoding addresses input validation to prevent against vulnerabilities like Cross-Site Scripting (XSS), SQL injection and other attacks.") |
| Purpose | To restrict attempts to link external unauthorized content. |
| Recommended value | true |
| Default value | false |
| Security risk rating | 2.6 |
| Functional impact | This remediation enforces validation on Catalog page such that only Relative URLs are permitted. Existing links to external web applications become broken. |
| Security risk | (High) Absolute URLs can pose a security risk when used as a part of parameter or a field value, thus redirecting the source page to an adversary-controlled website. |
[ ]

{#sc-enforce-relative-links__table_ajc_b43_3kb}

To learn more about adding or creating a system
property, see [Add a system property](https://www.servicenow.com/docs/access?context=t_AddAPropertyUsingSysPropsList&version=australia&pubname=australia-platform-administration&ft:locale=en-US).

