✨ Config: ipdataApiKey + register.blockProxies
This commit is contained in:
parent
fe2d62cd47
commit
c0032bf413
@ -88,6 +88,7 @@ export interface DefaultOptions {
|
|||||||
sitekey: string | null;
|
sitekey: string | null;
|
||||||
secret: string | null;
|
secret: string | null;
|
||||||
};
|
};
|
||||||
|
ipdataApiKey: string | null;
|
||||||
};
|
};
|
||||||
login: {
|
login: {
|
||||||
requireCaptcha: boolean;
|
requireCaptcha: boolean;
|
||||||
@ -107,6 +108,7 @@ export interface DefaultOptions {
|
|||||||
requireInvite: boolean;
|
requireInvite: boolean;
|
||||||
allowNewRegistration: boolean;
|
allowNewRegistration: boolean;
|
||||||
allowMultipleAccounts: boolean;
|
allowMultipleAccounts: boolean;
|
||||||
|
blockProxies: boolean;
|
||||||
password: {
|
password: {
|
||||||
minLength: number;
|
minLength: number;
|
||||||
minNumbers: number;
|
minNumbers: number;
|
||||||
@ -176,6 +178,7 @@ export const DefaultOptions: DefaultOptions = {
|
|||||||
sitekey: null,
|
sitekey: null,
|
||||||
secret: null,
|
secret: null,
|
||||||
},
|
},
|
||||||
|
ipdataApiKey: "eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9",
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
requireCaptcha: false,
|
requireCaptcha: false,
|
||||||
@ -196,6 +199,7 @@ export const DefaultOptions: DefaultOptions = {
|
|||||||
requireCaptcha: true,
|
requireCaptcha: true,
|
||||||
allowNewRegistration: true,
|
allowNewRegistration: true,
|
||||||
allowMultipleAccounts: true,
|
allowMultipleAccounts: true,
|
||||||
|
blockProxies: true,
|
||||||
password: {
|
password: {
|
||||||
minLength: 8,
|
minLength: 8,
|
||||||
minNumbers: 2,
|
minNumbers: 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user