diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2021-01-15 14:46:15 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2021-01-15 14:46:15 +0100 |
| commit | 9b7367552065b5929c5fe4af186a206fab577e06 (patch) | |
| tree | 9ffb6d1bdc3e54277cde5f076df242702f641396 | |
| parent | 731e9e2af2b1cd9e5beec19c697ba9ece7377ef6 (diff) | |
try to prevent safari from autofilling in a credit card number
(not a joke)
reported by Blixer#7998
| -rw-r--r-- | webAO/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index 29e9c2c..b5bf968 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -104,7 +104,7 @@ </div> <div id="client_iccontrols"> <input id="client_inputbox" class="long" type="text" onkeypress="onEnter(event)" - placeholder="Say something…"> + placeholder="Say something…" autocomplete="off"> <meta name="frame-title" lang="en" content="miscellaneous"> <div id="client_bars"> <span id="client_defense_hp" class="health-box"> |
