mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +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';
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
+ '<span class="fontastic">⏱</span>'
|
||||
+ '<input name="totp_code" type="text" class="input-block-level"'
|
||||
+ ' pattern="[0-9]*" inputmode="numeric"'
|
||||
+ ' autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false"'
|
||||
+ ' autocomplete="off" autocorrect="off" autocapitalize="none"'
|
||||
+ ' data-bind="textInput: totp, disable: submitRequest" data-i18n="[placeholder]'+placeholder
|
||||
+ '" placeholder="'+rl.i18n(placeholder)+'">'
|
||||
+ '</div>'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue