Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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
Mega Patron
Mega 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