Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazily import bleach HTML sanitizer #6179

Merged
merged 2 commits into from
Jan 10, 2024
Merged

Lazily import bleach HTML sanitizer #6179

merged 2 commits into from
Jan 10, 2024

Conversation

philippjfr
Copy link
Member

Fixes #6165

Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (aa6dd53) 84.67% compared to head (9b0097e) 84.68%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6179   +/-   ##
=======================================
  Coverage   84.67%   84.68%           
=======================================
  Files         296      296           
  Lines       44229    44237    +8     
=======================================
+ Hits        37453    37461    +8     
  Misses       6776     6776           
Flag Coverage Δ
ui-tests 40.72% <60.00%> (+0.01%) ⬆️
unitexamples-tests 72.59% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr merged commit b8c8c34 into main Jan 10, 2024
15 checks passed
@philippjfr philippjfr deleted the lazify_bleach branch January 10, 2024 14:10
philippjfr added a commit that referenced this pull request Jan 17, 2024
This was referenced Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delay bleach import to optimise import time
1 participant