How to restrict the uploading of jar file (.jar extensions) in servicenow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2024 03:57 AM
How to restrict the uploading of jar file (.jar extensions) in servicenow
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2024 04:00 AM - edited ‎07-24-2024 04:01 AM
HI,
There is a property that lists all the file extensions allowed
glide.attachment.extensions
If it is blank then all attachment types are allowed.
You can remove .jar from there.
PS, this will be a system wife change and not limited to a table or process.
-Anurag