X-Content-Type-Options response HTTP header is used by the server to indicate that the MIME (Multipurpose Internet Mail Extensions) types advertised in the Content-Type headers should be followed.

Setting this header will prevent the browser from interpreting files as something else then declared by the content type in the HTTP headers. This header can help mitigate MIME confusion attacks.

Auto Set Content Type Options will be compliant if glide.security.header.auto_set_x_content_type_options is set to true.

Warning: The value for this property is a no DB override. It can't be altered or overridden.

More information

To learn more about adding or creating a system property, see Add a system property.