Furry / 2captcha

A wrapper around the 2captcha api
71 stars 23 forks source link

fix: add missing fields to hcaptcha options #18

Closed zebp closed 2 years ago

zebp commented 2 years ago

Previously hcaptcha options were missing several non-required fields like "userAgent" and "invisible". This pr just adds some missing fields from the 2captcha documentation.

Furry commented 2 years ago

Thanks for the fix, much appreciated!