---
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 secure referrer policy \[New in Security Center 1.3\]

# Enforce secure referrer policy \[New in Security Center 1.3\] {#ariaid-title1}

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

Use the com.glide.security.referrerpolicy property to ensure that the Referrer-Policy HTTP header sends the appropriate level of data to each ServiceNow® page to help prevent data leaks.
Use the com.glide.security.referrerpolicy system property to control what information is included in the referrer HTTP header across the Now Platform. The data included in the referrer header, according to the
policy of this property, is the origin, path, and query strings of the full referrer URL. These values are the standardized Referrer-Policy values supported by the HTTP protocol with the addition of the value "default." Depending on
the policy set by this property, the referrer header may include sensitive information about or from the entity making the request.

Ensure that the com.glide.security.referrerpolicy system property is set to one of the following: <kbd class="ph userinput">default</kbd>, <kbd class="ph userinput">same-origin</kbd>,
<kbd class="ph userinput">origin-when-cross-origin</kbd>, or <kbd class="ph userinput">strict-origin-when-cross-origin</kbd>.

## More information {#sc-enforce-secure-referrer-policy__section_qhx_1b1_xwb}

{#sc-enforce-secure-referrer-policy__table_ajc_b43_3kb__entry__2}

| Attribute | Description |
|-|-|
| Configuration name | com.glide.security.referrerpolicy |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | string |
| Recommended value | default |
| Default value | default |
| Fallback value | default |
| Category | [Configuration](https://servicenow-prod.fluidtopics.net/s9Iz8esR6282THUNXoEpzg "The Configuration category ensures applications have a secure build environment and hardened third party library components. Specifically, ensuring a build and deploy pipeline is repeatable and includes automated testing and prevents known security issues from being deployed. This includes keeping dependencies up to date and free from known vulnerabilities.") |
| Security risk | * Severity score: 4.3 * CVSS score: Medium * Security risk details: When the com.glide.security.referrerpolicy system property is set to <kbd class="ph userinput">no-referrer-when-downgrade</kbd> or <kbd class="ph userinput">unsafe-url</kbd>, the referrer header of a request to a site different to the origin includes the full URL for the referring page making the request. The full referrer URL shared with external sites may include sensitive information from or about your instance. This can lead to data leakage and privacy violations. When the property is set to <kbd class="ph userinput">no-referrer</kbd>, <kbd class="ph userinput">origin</kbd>, or <kbd class="ph userinput">strict-origin</kbd>, the referrer header is either not included, or includes only the origin portion of the referrer URL when requests are sent to the origin. This change may impede efforts to trace attack paths in the logs when a security incident occurs, as the exact origin of a request can't be determined easily. Proper configuration of this property is essential to help prevent unauthorized disclosure of internal identifiers or confidential parameters while allowing for security incident investigations. {#sc-enforce-secure-referrer-policy__ul_g1g_3sf_xwb} |
| Functional impact | When the com.glide.security.referrerpolicy system property is set to <kbd class="ph userinput">no-referrer</kbd>, <kbd class="ph userinput">origin</kbd>, or <kbd class="ph userinput">strict-origin</kbd>, the referrer header is either not be included, or includes only the origin portion of the referrer URL when requests are sent to the origin. This change can break functionality that requires this data. Some sites like YouTube require embedded link requests to include at least the origin in the referrer header (for example, the "origin-when-cross-origin" policy). The appropriate value of this property is dependent on the instance owner and use case. Those we recommend are described here. These policies are secure and don't break base system functionality. More information of these and the other standardized policies can be found at <https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Referrer-Policy>. * <kbd class="ph userinput">default</kbd>: Functionally equal to setting the value to <kbd class="ph userinput">same-origin</kbd> * <kbd class="ph userinput">same-origin</kbd>: Sends the origin, path, and query string for same-origin requests. Doesn't send the referrer header for cross-origin requests. * <kbd class="ph userinput">origin-when-cross-origin</kbd>: When performing a same-origin request, sends the origin, path, and query string. Sends only the origin for cross-origin requests and requests to less secure destinations (from HTTPS to HTTP). * <kbd class="ph userinput">strict-origin-when-cross-origin</kbd>: Sends the origin, path, and query string when performing a same-origin request. For cross-origin requests, sends the origin only when the protocol security level stays same (from HTTPS to HTTPS). Doesn't send the referrer header to less secure destinations (from HTTPS to HTTP). {#sc-enforce-secure-referrer-policy__ul_xl3_rz3_xhc} |
| Dependencies and prerequisites | None |
| References | [Referrer-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy) |
[ ]

{#sc-enforce-secure-referrer-policy__table_ajc_b43_3kb}

