You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`loadAsync`| Boolean | No |`true`| Set if the script should be loaded asynchronously. |
36
36
|`cleanup`| Boolean | No |`true`| Remove script tag after setup. |
37
37
|`crossOrigin`| String | No |`-`| Set script cross origin attribute such as "anonymous". |
38
+
|`scriptSource`| String | No |`https://js.hcaptcha.com/1/api.js`| Set script source URI. Takes precedence over `secureApi`. |
38
39
|`scriptLocation`| HTMLElement | No |`document.head`| Location of where to append the script tag. Make sure to add it to an area that will persist to prevent loading multiple times in the same document view. |
40
+
|`secureApi`| Boolean | No |`false`| See enterprise docs. |
39
41
|`apihost`| String | No |`-`| See enterprise docs. |
40
42
|`assethost`| String | No |`-`| See enterprise docs. |
41
43
|`endpoint`| String | No |`-`| See enterprise docs. |
0 commit comments