Skip to content

Commit c4657a4

Browse files
committed
DOC-3264: Fix syntax rendering issue.
1 parent dd80988 commit c4657a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/fullpagehtml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ By default, {productname} sanitizes HTML content to protect against XSS attacks.
4343
If integrators encounter issues with required elements being removed, the following configuration options are available. These options reduce security and should be used with caution:
4444
4545
* `xss_sanitization: false` — Disables DOMPurify and removes all XSS protections.
46-
* `valid_elements: '*[*]'` — Allows all elements and attributes.
46+
* `+valid_elements: '*[*]'+` — Allows all elements and attributes.
4747
* `extended_valid_elements: 'meta[*]'` — Extends the schema to allow additional `<meta>` attributes (for example, RDFa `property`).
4848
4949
Note that `extended_valid_elements` is *additive*, so all standard elements and attributes remain valid while additional ones are permitted.

0 commit comments

Comments
 (0)