Property reference

glide.html.css.enable_url_validation

The glide.html.css.enable_url_validation property enables validation of URLs in specific CSS contexts against a predefined whitelist. Administrators should ensure this property is set to true to maintain security and prevent unauthorized resource loading.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property validates URLs in <link>, url(), and @import rules against a whitelist when enabled.
What area does it affect? CSS URL Validation
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring security settings for CSS resources.

Out of the box property record

Raw metadata from the property record.

Property name glide.html.css.enable_url_validation
Sys ID c6e0b2917f111210cd704a546c86651e
Type boolean
Application Global
Default value true
Description When true, urls in <link href="">, url() inside <style> tag and attribute, and @import rules are validated against whitelist.
Updated 2024-10-17 22:55:43