forked from mCaptcha/website
feat: nojs usage instructions
This commit is contained in:
parent
dfeb9183ba
commit
b5370ecc0b
1 changed files with 22 additions and 0 deletions
22
content/docs/user-manual/how-to-mcaptcha-without-js.md
Normal file
22
content/docs/user-manual/how-to-mcaptcha-without-js.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
title: "Use mCaptcha without JavaScript"
|
||||||
|
description: "Instructions to solve mCaptcha with JavaScript disabled"
|
||||||
|
lead: ""
|
||||||
|
date: 2023-10-27T08:48:45+00:00
|
||||||
|
lastmod: 2023-10-27T08:48:45+00:00
|
||||||
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent : "user-manual"
|
||||||
|
---
|
||||||
|
|
||||||
|
To use mCaptcha without JavaScript:
|
||||||
|
|
||||||
|
|
||||||
|
1. Install mCaptcha CLI too. Please see [here](./cli) for instructions.
|
||||||
|
2. Copy the URL of the protected page
|
||||||
|
3. Run mCaptcha CLI with that URL:
|
||||||
|
```bash
|
||||||
|
mcapthca-cli protected-page <URL>
|
||||||
|
```
|
||||||
|
4. Copy authorization code and paste it in the form
|
Loading…
Reference in a new issue