glide.attachment.extensions
ServiceNow property description:
List of file extensions (comma-separated) that can be attached to documents via the attachment dialog. Extensions should not include the dot (.) e.g. xls,xlsx,doc,docx. Leave blank to allow all extensions.
Attributes
- Sys ID: 650b07dbc0a80006004f95f2c929335d
- Type: string
- Application: Global
- Default value: nan

AI generated property description:
The ServiceNow property `glide.attachment.extensions` specifies a list of file extensions that are permitted for attachments via the attachment dialog. The extensions should be comma-separated and should not include the dot (.), for example, `xls,xlsx,doc,docx`. If this property is left blank, all file extensions are allowed by default. This property is useful for administrators who want to restrict the types of files that can be uploaded to ensure security and compliance. For more detailed information, you can refer to the ServiceNow documentation on restricting file extensions [here](https://docs.servicenow.com/bundle/washingtondc-platform-security/page/administer/security/reference/restrict-file-extensions.html).
Source