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

Directly access Github blocklist #93

Open
Dominic-Marcelino opened this issue Jul 18, 2024 · 0 comments
Open

Directly access Github blocklist #93

Dominic-Marcelino opened this issue Jul 18, 2024 · 0 comments

Comments

@Dominic-Marcelino
Copy link

The um-block-emails extensions uses a domain list from an external repository. While it is already a potential risk to import an external list, I'd highly suggest to import it from github direcly instead of a third party service to prevent any thrid-party modification as we've seen with the polyfill.io attack (and more in the past).

Therefore I suggest to replace the URL with the raw GH-URL:

/**
* CDN API URL
*/
const API_URL = 'https://rawcdn.githack.com/disposable/disposable-email-domains/master/domains.json';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants