Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
RELNOTES:Allows + characters in property values in SafeStyle.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 498547814
Change-Id: I60602310351aea59ef410622d269f76bcf7d3668
  • Loading branch information
Closure Team authored and copybara-github committed Dec 30, 2022
1 parent 3b2a0d8 commit d2c1f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closure/goog/html/safestyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ function hasBalancedSquareBrackets(value) {
* Characters allowed in VALUE_RE.
* @type {string}
*/
const VALUE_ALLOWED_CHARS = '[-,."\'%_!#/ a-zA-Z0-9\\[\\]]';
const VALUE_ALLOWED_CHARS = '[-+,."\'%_!#/ a-zA-Z0-9\\[\\]]';


/**
Expand Down

0 comments on commit d2c1f25

Please # to comment.