mganss / HtmlSanitizer

Cleans HTML to avoid XSS attacks
MIT License
1.51k stars 198 forks source link

Allows the user to override literal text element content encoding #516

Closed jerriep closed 6 months ago

jerriep commented 6 months ago

Fixes #511

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3443acc) 94.82% compared to head (db2bcd3) 94.84%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #516 +/- ## ========================================== + Coverage 94.82% 94.84% +0.02% ========================================== Files 6 6 Lines 869 873 +4 Branches 91 91 ========================================== + Hits 824 828 +4 Misses 34 34 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mganss commented 6 months ago

Thanks!