Skip to content

css4j v1.0.8

Choose a tag to compare

@carlosame carlosame released this 15 Aug 17:45
· 25 commits to 1-stable since this release

Version 1.0.8 introduces resource limits: if one uses this library's own SAC/NSAC implementation, style sheets are now limited to 100MB (this can be configured at CSSParser) and DTDs (only those directly parsed by this library: ContentModel and EntityFinder) to 1MB.

Once the limit is hit, a SecurityException is thrown.