@friendlycaptcha/sdk > FriendlyCaptchaSDKOptions
FriendlyCaptchaSDKOptions interface
Options when creating a new SDK instance.
Signature:
export interface FriendlyCaptchaSDKOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
apiEndpoint? | string | "eu" | "global" | (Optional) The API endpoint to use, defaults to Supports the following shortcuts: - | |
disableEvalPatching? | boolean | (Optional) Whether to disable the patching of window.eval . Useful when the patching breaks your site, which in particular may affect some hot reloading functionality for Webpack (in dev mode). | |
startAgent? | boolean | (Optional) Start the background agent (and solver) immediately, defaults to true . |