Restrict unauthenticated access to attachments
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Platform Security
Use the glide.image_provider.security_enabled property to control the security settings for images. If set to true, images are visible only to authenticated and authorized users. If set to false, images are visible to anyone with a URL to the attachment.
Secure the images on your instance to prevent sensitive information leak. Images on your instance are accessible via urls that end in .iix
.
Set the glide.image_provider.security_enabled system property to true to prevent access to your images via these URLs.
This property is not honored for images from the attachment table if the origin table is one of:
- Stationeries [sysevent_email_style]
- Welcome Page Sections [sys_home]
- System Properties [sys_properties]
Restriction should be applied for unauthenticated users as some attachments might contain sensitive information.
More information
To learn more about adding or creating a system property, see Add a system property.