com.glide.security.referrerpolicy
ServiceNow property description:
This controls how much information is sent via the "referrer" header when a request is sent from a page. 'default' = Instance will take care of the referrer headers 'same-origin' = Send full referrer URL within the instance/same domain and no referrer to outside origin 'origin' = Send only the origin as a referrer inside and outside the origin 'origin-when-cross-origin' = Send full referrer URL within the instance/same domain and only the origin outside the origin
Attributes
- Sys ID: f32c629253120010d64cddeeff7b1291
- Type: string
- Application: Global
- Default value: default
AI generated property description:
The ServiceNow property `com.glide.security.referrerpolicy` is used to enforce a secure referrer policy for HTTP requests. This property helps control the amount of referrer information sent along with requests to other sites, enhancing privacy and security. By configuring this property, administrators can specify how much referrer information is included in the HTTP headers, which can help prevent sensitive data leakage. The available settings for this property align with standard referrer policy values, such as `no-referrer`, `no-referrer-when-downgrade`, and `same-origin`. Proper configuration of this property is crucial for maintaining the security posture of the ServiceNow instance. For more detailed information, refer to the official ServiceNow documentation on enforcing a secure referrer policy.
Source