Disable JavaScript tags in embedded HTML
Use the glide.ui.security.codetag.allow_script property to disable support for embedding HTML JavaScript code created using of the [code] tag.
If glide.ui.security.codetag.allow_script is not set to the recommended value of false, then this property allows rendered HTML in journal fields and forms which opens room for XSS attacks. Malicious HTML needs to be put between code tags for example [code][/code].
Ensure that the glide.ui.security.codetag.allow_script property exists in the System Properties [sys_properties] table and is set to false.
Warning:
This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.ui.security.codetag.allow_script |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | false |
| Default value | <none> |
| Fallback value | true |
| Category | Validation, sanitization, and encoding |
| Security risk |
|
| Functional impact | None |
| Dependencies and prerequisites | None |