Cruz Maximilien

Results 5 issues of Cruz Maximilien

As the google doc says, it should be allowed to have an array here. See https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-service#ComponentRestrictions Why I'm proposing this change: With the new updates to the language server, I...

### General Troubleshooting - [X] I have checked for similar issues on the Issue-tracker. - [X] I have checked for PRs that might already address this issue. ### Version of...

bug

On CssSchema (https://github.com/OWASP/java-html-sanitizer/blob/f729a089b20aef49ed9ffd7ed1c7e207eee71dc5/owasp-java-html-sanitizer/src/main/java/org/owasp/html/CssSchema.java#L714) ```java Property textAlign = new Property(0, union(azimuthLiterals1, textAlignLiterals0), zeroFns); builder.put("text-align", textAlign); ``` The text-align possible values are (https://developer.mozilla.org/en-US/docs/Web/CSS/text-align ) : ``` text-align: start; text-align: end; text-align: left;...

Hello, I'm using your great library on angular with the @maaxgr/ang-jsoneditor (14.0.0) wrapper & jsoneditor (10.1.0). I recently started implementing [Trusted Types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/trusted-types) for security reasons and find myself unable to...

feature
help wanted