altcha 2.0.0-beta.4 → 2.0.0-beta.6
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 +1 -1
- package/dist/altcha.js +1060 -1056
- package/dist/altcha.umd.cjs +5 -5
- package/dist_external/altcha.js +738 -734
- package/dist_external/altcha.umd.cjs +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ ALTCHA is a self-hosted, privacy-first security solution that protects your webs
|
|
|
4
4
|
|
|
5
5
|
ALTCHA is fully compliant with:
|
|
6
6
|
|
|
7
|
-
- **Global privacy regulations**: GDPR, HIPAA, CCPA, LGPD, and PIPL
|
|
7
|
+
- **Global privacy regulations**: GDPR, HIPAA, CCPA, PIPEDA/CPPA, LGPD, and PIPL
|
|
8
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/)
|
|
9
9
|
|
|
10
10
|
For more details, visit [altcha.org](https://altcha.org).
|