Skip to content

Commit

Permalink
Switch to jsDelivr CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Dec 27, 2019
1 parent 7398b98 commit e57b9ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/disposable-email.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
| The source URL yielding a list of disposable email domains. Change this
| to whatever source you like. Just make sure it returns a JSON array.
|
| A sensible default is provided using Rawgit's services. Rawgit is
| A sensible default is provided using jsDelivr's services. jsDelivr is
| a free service, so there are no uptime or support guarantees.
|
*/

'source' => 'https://rawgit.com/andreis/disposable-email-domains/master/domains.json',
'source' => 'https://cdn.jsdelivr.net/gh/andreis/disposable-email-domains@master/domains.json',

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -50,4 +50,4 @@
'key' => 'disposable_email.domains',
],

];
];

0 comments on commit e57b9ac

Please sign in to comment.