The glide.ui.strict_customer_uploaded_static_content property is not restricting users from downloading attachments on formsIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms After setting a file extension such as .txt in the 'glide.ui.strict_customer_uploaded_static_content' property, users are still able to download that type of file as an attachment. Cause This is a misunderstanding of the functionality of that property. It only prevents the download of files uploaded via the 'Upload File' section of the platform and is not related to attachments. Explanation Example: Valid file extension Navigate to System Definition > Upload FileSelect a valid extension (ex: png) and upload it.Use link at top of page to access the file png is in glide.ui.strict_customer_uploaded_content_types by default so the download is allowed Invalid file extension Navigate to System Definition > Upload FileSelect an invalid extension (ex: txt) and upload it.Use link at top of page to access the file txt is NOT in glide.ui.strict_customer_uploaded_content_types by default so the download is not allowedThe browser shows a 404 error message Additional Information Please note that this property "strict_customer_uploaded_static_content" is used heavily by the system and customers should not remove the OOB values from this property. This property does not limit down the attachments retrieval from incidents or another area of the platform, this property is only for the "Upload File" area of the platform. See: ServiceNow instance hardening. Customer security > Specify Downloadable File Types (KB0550654)General security settings properties [Madrid]