Skip to content

Commit

Permalink
value attribute missing from button sanitizing
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 14, 2025
1 parent 1b9ffe4 commit df3f303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/includes/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ function mc_kses_elements() {
'data-begin' => array(),
'data-end' => array(),
'data-value' => array(),
'value' => array(),
),
'ul' => array(
'class' => array(),
Expand Down

0 comments on commit df3f303

Please sign in to comment.