Disable legacy JQuery UI usage
Avoid the introduction of unpatched vulnerabilities in the library by disabling legacy JQuery UI usage.
Prevent the use of older prepatched JQuery UI versions, which introduce unpatched vulnerabilities in the library. Using old versions can potentially lead to security risks arising from attacks on vulnerabilities discovered in outdated JQuery UI library versions.
Confirm that the glide.jquery_ui.legacy system property is set to false to prevent older prepatched JQuery UI versions from being used. This system property is a failsafe in case organizations depend on the non-patched versions to run their custom implementations.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.jquery_ui.legacy |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | String |
| Recommended value | false |
| Default value | false |
| Fallback value | true |
| Category | Configuration |
| Security risk |
|
| Functional impact | This system property is a failsafe in case organizations depend on the non-patched versions to run their custom implementations. |
| Dependencies and prerequisites | None |
To learn more about adding or creating a system property, see Add a system property.