Skip to content

Commit

Permalink
Add Google map data points to custom sanitizing.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 7, 2025
1 parent 389d096 commit 9057835
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/includes/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,12 @@ function mc_kses_elements() {
'lang' => array(),
'aria-label' => array(),
'tabindex' => array(),
'data-maptype' => array(),
'data-title' => array(),
'data-address' => array(),
'data-icon' => array(),
'data-lat' => array(),
'data-lng' => array(),
),
'img' => array(
'class' => true,
Expand Down

0 comments on commit 9057835

Please sign in to comment.