From 06d8e384a71161f597945294e23dca4884c888c5 Mon Sep 17 00:00:00 2001 From: Owen Jones <64783893+owenatgov@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:13:16 +0000 Subject: [PATCH] Update src/components/password-input/index.md Co-authored-by: Calvin Lau <77630796+calvin-lau-sig7@users.noreply.github.com> --- src/components/password-input/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/password-input/index.md b/src/components/password-input/index.md index eae5906739..e02b87b440 100644 --- a/src/components/password-input/index.md +++ b/src/components/password-input/index.md @@ -149,7 +149,7 @@ Some browsers might automatically change what the user is typing when the input You can tell browsers not to correct spellings by setting the `spellcheck` attribute to `false`. -Doing this can also prevent 'spell-jacking', where security researchers have found some spell checking tools gathering personal identifiable information, even user’s passwords, from password input fields to send to third party services. +Doing this can also prevent ['spell-jacking'](https://www.itpro.com/security/vulnerability/370010/what-is-spell-jacking), where security researchers have found some spell checking tools gathering personal identifiable information, even user’s passwords, from password input fields to send to third party services. You can tell browsers not to autocapitalise values by setting the `autocapitalize` attribute to `off`.