Security: disable spellcheck everywhere by default due to Chrome/Edge sending data you enter to their servers.

This commit is contained in:
the-djmaze 2022-09-20 12:26:12 +02:00
parent 9ed52fd070
commit e35fbea415
24 changed files with 97 additions and 100 deletions

View file

@ -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>'));