glide.image_provider.security_enabled

ServiceNow property description:

This property controls the security behavior of ImageContentProvider, which is responsible for rendering iix content.

Attributes

  • Sys ID: c9637f6267202200fba9f1d557415a62
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.image_provider.security_enabled` controls the security behavior of the ImageContentProvider, which is responsible for rendering iix content. According to the documentation, enabling this property restricts unauthenticated access to attachments, ensuring that only authenticated users can access image content. This enhances the security of image rendering by preventing unauthorized users from viewing or manipulating image data. When this property is set to true, it enforces stricter access controls, aligning with best practices for securing sensitive content. Disabling this property would allow unauthenticated access, which could pose security risks.

Source

Related property: glide.identity.security.audit.enabled