Skip to content

Commit 7399ca4

Browse files
authored
Update modules/ROOT/pages/fullpagehtml.adoc
1 parent 952848c commit 7399ca4

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
@@ -42,7 +42,7 @@ tinymce.init({
4242
By default, {productname} sanitizes HTML content to protect against XSS attacks, which may remove certain meta tags from the full page HTML. If integrators experience issues with meta tags being removed, the following configuration options are available, though not advisable:
4343
4444
* `xss_sanitization: false` - Disables DOMPurify.
45-
* `valid_elements: '*[*]'` - Allows all elements and attributes.
45+
* `valid_elements: '+*[*]'+` - Allows all elements and attributes.
4646
4747
See xref:security.adoc#xss_sanitization-option[xss_sanitization option] and xref:content-filtering.adoc#valid_elements[valid_elements option] for more information.
4848

0 commit comments

Comments
 (0)