mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-08-02 08:43:15 +00:00
18 lines
407 B
HTML
18 lines
407 B
HTML
<!--
|
|
SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
<ol class="help-text">
|
|
<li class="help-text__instructions">
|
|
Add sitekey
|
|
</li>
|
|
<li class="help-text__instructions">
|
|
Add client-side code snippets to protect pages
|
|
</li>
|
|
<li class="help-text__instructions">
|
|
Add server-side verification logic
|
|
</li>
|
|
</ol>
|