altcha 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/altcha.i18n.js +250 -250
- package/dist/altcha.i18n.umd.js +4 -4
- package/dist/altcha.js +252 -252
- package/dist/altcha.umd.cjs +4 -4
- package/dist_external/altcha.js +244 -244
- package/dist_external/altcha.umd.cjs +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ ALTCHA is a self-hosted, privacy-first security solution that protects your webs
|
|
|
5
5
|
ALTCHA is fully compliant with:
|
|
6
6
|
|
|
7
7
|
- **Global privacy regulations**: GDPR, HIPAA, CCPA, PIPEDA/CPPA, LGPD, DPDPA, and PIPL
|
|
8
|
-
- **Accessibility standards**: [WCAG 2.2 AA-level](https://altcha.org/docs/wcag/) and the [European Accessibility Act](https://altcha.org/docs/european-accessibility-act-2025/)
|
|
8
|
+
- **Accessibility standards**: [WCAG 2.2 AA-level](https://altcha.org/docs/v2/compliance/wcag/) and the [European Accessibility Act](https://altcha.org/docs/v2/compliance/european-accessibility-act-2025/)
|
|
9
9
|
|
|
10
10
|
For more details, visit [altcha.org](https://altcha.org).
|
|
11
11
|
|
|
@@ -169,6 +169,7 @@ Additional options:
|
|
|
169
169
|
- **name**: Name of the hidden field containing the payload (defaults to "altcha").
|
|
170
170
|
- **strings**: JSON-encoded translation strings. Refer to [customization](https://altcha.org/docs/widget-customization).
|
|
171
171
|
- **refetchonexpire**: Automatically re-fetch and re-validate when the challenge expires (defaults to true).
|
|
172
|
+
- **verifyurl**: URL for server-side verification requests. This option is automatically configured with Sentinel. Override this setting only if using a custom server implementation. Supports `fn:function_name` format to call a global JS function instead.
|
|
172
173
|
- **workers**: Number of workers to utilize for PoW (defaults to `navigator.hardwareConcurrency || 8`, max value `16`).
|
|
173
174
|
- **workerurl**: URL of the Worker script (defaults to `./worker.js`, only works with `external` build).
|
|
174
175
|
|