glide.ui.security.allow_codetag
ServiceNow property description:
Allow support for embedding HTML code by using the [code] tag.
Attributes
- Sys ID: 0195d82e0a0a0bb90032f678026a1a98
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.ui.security.allow_codetag` controls whether HTML code can be embedded using the `[code]` tag within the platform. When this property is enabled, users can include HTML content inside the `[code]` tag, which will be rendered as part of the page. This can be useful for displaying code snippets or other HTML content directly within the ServiceNow interface. However, enabling this property can pose security risks, as it allows the inclusion of potentially harmful HTML code. Therefore, it should be used with caution and only in trusted environments. The default setting for this property is typically disabled to maintain a higher level of security.
Source