openrightsgroup / blocked-org-uk

Template front-end code, markup, style-sheets, images and other assets for the Censorship Monitoring Project (blocked.org.uk)
https://www.blocked.org.uk/
GNU General Public License v3.0
13 stars 5 forks source link

Switch off autocomplete for mail website check form #325

Closed gwire closed 6 years ago

gwire commented 6 years ago

Can we set <input autocomplete="off" ... /> for the website check box. I've tried typing in urls, only to have the browser helpfully insert spaces or "fix" the spelling.

(This is the W3C standard , I believe the other autocorrect and autocapitalize settings are not.)

dantheta commented 6 years ago

Might also help sort the Http:// URLs we get.

On 13 February 2018 13:34:07 GMT, gwire notifications@github.com wrote:

Can we set <input autocomplete="off" ... /> for the website check box. I've tried typing in urls, only to have the browser helpfully insert spaces or "fix" the spelling.

(This is the W3C standard , I believe the other autocorrect and autocapitalize settings are not.)

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

dantheta commented 6 years ago

Done.