mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Security: disable spellcheck everywhere by default due to Chrome/Edge sending data you enter to their servers.
This commit is contained in:
parent
9ed52fd070
commit
e35fbea415
24 changed files with 97 additions and 100 deletions
|
|
@ -7,8 +7,8 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'Two Factor Authentication',
|
||||
VERSION = '2.16',
|
||||
RELEASE = '2022-05-20',
|
||||
VERSION = '2.16.1',
|
||||
RELEASE = '2022-09-20',
|
||||
REQUIRED = '2.15.2',
|
||||
CATEGORY = 'Login',
|
||||
DESCRIPTION = 'Provides support for TOTP 2FA';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue