layout | title |
---|---|
single |
Rejected Apps |
These apps are strongly not recommended for various reasons, including not being end-to-end encrypted (E2EE), abondoned projects, geared towards enterprise environments, cost too much or have serious security problems.
Apps that are not E2EE:
-
{% assign applications = site.data.applications | where_exp: "item","item.category == 10" | sort: 'name' %}
{% for application in applications %}
- {{ application.display_name }} {% endfor %}
Apps not recommended for other reasons:
-
{% assign applications = site.data.applications | where_exp: "item","item.category == 11" | sort: 'name' %}
{% for application in applications %}
- {{ application.display_name }}- {{ application.notes_text }} {% endfor %}