Skip to content

Commit

Permalink
KSES: Remove duplicate object-position property.
Browse files Browse the repository at this point in the history
As part of some recent changes, the property was added to the list of safe CSS properties twice.

Follow-up to [50634], [50761].

See #52991.

git-svn-id: https://develop.svn.wordpress.org/trunk@50922 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed May 17, 2021
1 parent 0f45b89 commit 15dffe0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wp-includes/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -2248,8 +2248,6 @@ function safecss_filter_attr( $css, $deprecated = '' ) {
'margin-left',
'margin-top',

'object-position',

'padding',
'padding-right',
'padding-bottom',
Expand Down

0 comments on commit 15dffe0

Please sign in to comment.