glide.security.attachment_type.use_blacklist
ServiceNow property description:
Specifies whether the platform should validate file attachment against specified exclusion lists.
Attributes
- Sys ID: 7dfb0124435251104881eca4eab8f2c2
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.security.attachment_type.use_blacklist` determines whether the platform should validate file attachments against specified exclusion lists, also known as deny lists. When this property is enabled, the system checks file attachments against a predefined list of prohibited file types to enhance security. This helps prevent the upload of potentially harmful files that could compromise the system. The deny list can be customized to include specific file types that are deemed unsafe or unnecessary for the platform. Disabling this property would mean that the system does not perform this validation, potentially increasing the risk of harmful file uploads. For more details, refer to the [ServiceNow documentation](https://docs.servicenow.com/bundle/vancouver-platform-security/page/administer/security-center/reference/sc-enable-deny-list-for-attachments.html).
Source