-
Skipping over this project page I couldn't find the answer; And adding to that, is there any other requirement that would make these captchas not work in the Tor Browser on safest settings? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
This project (what we call the core) doesn't provide any frontend. It is just a backend service that provides an API. Your app will need to use the APIs to create a user facing website, with or without javascript. The current CAPTCHA samples are simple image-with-text type of CAPTCHAs, so it should be possible to use them with no javascript at all. We do want to add other types of CAPTCHA samples, which might require some interactivity and hence JS. But it will be always possible to turn them off through the configuration file. If you are seriously planning to use this, please wait till our next release, before deploying in production. We are trying to address these issues |
Beta Was this translation helpful? Give feedback.
-
Also, we do want to create a few sample frontends in the future. Which backend framework are you planning to use? |
Beta Was this translation helpful? Give feedback.
-
(Ooops, almost missed this) The answer is: it will be upto the app to ensure this. PS. FWIW, I am developing a browser with JS off by default 😄 |
Beta Was this translation helpful? Give feedback.
This project (what we call the core) doesn't provide any frontend. It is just a backend service that provides an API. Your app will need to use the APIs to create a user facing website, with or without javascript.
The current CAPTCHA samples are simple image-with-text type of CAPTCHAs, so it should be possible to use them with no javascript at all.
We do want to add other types of CAPTCHA samples, which might require some interactivity and hence JS. But it will be always possible to turn them off through the configuration file.
If you are seriously planning to use this, please wait till our next release, before deploying in production. We are trying to address these issues