Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

How to restrict the uploading of jar file (.jar extensions) in servicenow

maha3
Tera Contributor

How to restrict the uploading of jar file (.jar extensions) in servicenow

1 REPLY 1

Anurag Tripathi
Giga Patron

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