Update blacklist
This commit is contained in:
parent
6447b887f0
commit
429bcf51b9
|
|
@ -19,6 +19,9 @@ use Illuminate\Contracts\Validation\Rule;
|
||||||
class BlackListRule implements Rule
|
class BlackListRule implements Rule
|
||||||
{
|
{
|
||||||
private array $blacklist = [
|
private array $blacklist = [
|
||||||
|
'secure-coinspot.com',
|
||||||
|
'casasotombo.com',
|
||||||
|
'otpku.com',
|
||||||
'ckptr.com',
|
'ckptr.com',
|
||||||
'pretreer.com',
|
'pretreer.com',
|
||||||
'candassociates.com',
|
'candassociates.com',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue