feat: option to publish pow performance numbers. Can un/publish from edit page too.

This commit is contained in:
Aravinth Manivannan
2023-06-30 07:55:12 +05:30
parent 1c4ee5b622
commit 56dba7b77f
3 changed files with 112 additions and 0 deletions

View File

@@ -61,6 +61,21 @@
/>
</label>
<label class="sitekey-form__label" for="publish_benchmarks">
Anonymously publish CAPTCHA performance statistics to help other webmasters
<input
class="sitekey-form__input"
type="checkbox"
id="publish_benchmarks"
name="publish_benchmarks"
<. if pattern.publish_benchmarks { .>
checked
<. }.>
/>
</label>
<button data-sitekey="<.= key .>" class="sitekey-form__submit" type="submit">
Submit
</button>