Fix email-format module#2525
Conversation
|
@v0lp3 thanks for your work on this. email-format.com seems to be misbehaving right now; it's loading a blank white page. Is it working for you? |
yes, email-format.com site works for me |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #2525 +/- ##
=====================================
- Coverage 92% 92% -0%
=====================================
Files 411 411
Lines 33951 33960 +9
=====================================
+ Hits 30963 30966 +3
- Misses 2988 2994 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @TheTechromancer, it looks like the error in “Performance Benchmarks / benchmark” comes from a GitHub Action that tries to post a comment.
|
|
Approved. @v0lp3 thanks for your patience on this one. I'd love at some point to add this logic to our core helpers and the |
23ffc3d
into
blacklanternsecurity:dev



The email-format module was failing to extract email addresses because the target site uses Cloudflare Email Protection and requires JavaScript to deobfuscate the content.
This PR implements support for the current obfuscation logic.