We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fe1c8 commit 51d456fCopy full SHA for 51d456f
src/IvoloDisposableEmailDomainsCrawler.php
@@ -9,7 +9,7 @@
9
10
class IvoloDisposableEmailDomainsCrawler implements IEmailBlackListCrawler
11
{
12
- protected string $url = 'https://ghproxy.com/https://github.com/ivolo/disposable-email-domains/raw/master/index.json';
+ protected string $url = 'https://github.com/ivolo/disposable-email-domains/raw/master/index.json';
13
14
protected int $maxBatchSize = 1000;
15
0 commit comments