-
-
Notifications
You must be signed in to change notification settings - Fork 747
Fix email-format module #2525
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
base: dev
Are you sure you want to change the base?
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% +1%
=====================================
Files 411 411
Lines 33951 33960 +9
=====================================
+ Hits 30993 31002 +9
Misses 2958 2958 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.