修复A2C工单蜘蛛
This commit is contained in:
@@ -26,12 +26,16 @@ function normalizeAntiBot(antiBot) {
|
||||
profile: antiBot.profile === 'real' ? 'real' : 'standard',
|
||||
turnstile: antiBot.turnstile !== false,
|
||||
solverFallback: antiBot.solverFallback !== false,
|
||||
cfClearanceRequired: antiBot.cfClearanceRequired !== false,
|
||||
sessionKey: antiBot.sessionKey || '',
|
||||
challengeTimeoutMs: antiBot.challengeTimeoutMs || 60000,
|
||||
postCfReadyUrlContains: antiBot.postCfReadyUrlContains || '',
|
||||
postCfReadySelector: antiBot.postCfReadySelector || '',
|
||||
postCfReadyTimeoutMs: antiBot.postCfReadyTimeoutMs || 0,
|
||||
postCfSettleMs: antiBot.postCfSettleMs || 0,
|
||||
postCfSpaWaitMs: antiBot.postCfSpaWaitMs || 0,
|
||||
businessHostHint: antiBot.businessHostHint || '',
|
||||
landingUrlHint: antiBot.landingUrlHint || '',
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user