java-html-sanitizer icon indicating copy to clipboard operation
java-html-sanitizer copied to clipboard

Remove URL length constraint

Open ioleo opened this issue 11 months ago • 3 comments

Fix #187

The length of the input should not really be validated in sanitizer, rather the whole HTTP request body should be constrained. This PR removes the troublesome constraint.

ioleo avatar Sep 13 '23 10:09 ioleo